Issue 18112: PEP 442 implementation - Python tracker

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson, christian.heimes, isoschiz, pconnell, pitrou, python-dev, vstinner
Priority: normal Keywords: patch

Created on 2013-05-31 23:35 by pitrou, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
39731f1d2d38.diff pitrou, 2013-07-01 19:58 review
f5ddbd98c2bf.diff pitrou, 2013-07-12 21:56 review
050c6d089164.diff pitrou, 2013-07-28 18:32 review
Repositories containing patches
http://hg.python.org/features/finalize/#finalize
Messages (8)
msg191219 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2013-06-15 18:26
Here is the patch implementing PEP 442.
msg192146 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2013-07-01 19:59
Updated patch.
msg192974 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2013-07-12 21:59
Updated patch (again).
msg192981 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2013-07-12 23:28
Sorry for taking forever. I got half-way through version 1, but now I suppose I'm terribly behind the latest and greatest.
msg193810 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2013-07-28 06:42
Modulo earlier comments, I think it looks good to land.
msg193836 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2013-07-28 18:33
Updated patch with the suggested changes, apart from a couple stylistic ones (waiting for your answer on these ones).
msg193942 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-07-30 18:01
New changeset 3f994367a979 by Antoine Pitrou in branch 'default':
Issue #18112: PEP 442 implementation (safe object finalization).
http://hg.python.org/cpython/rev/3f994367a979
msg193943 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2013-07-30 18:04
Committed with a couple further doc changes!