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
Title: Implementation of the PEP 419: Protecting cleanup statements from interruptions
Type: enhancement Stage: patch review
Components: Interpreter Core Versions: Python 3.4
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: asvetlov, tailhook
Priority: normal Keywords: patch

Created on 2012-05-05 14:31 by tailhook, last changed 2022-04-11 14:57 by admin.

Files
File name Uploaded Description Edit
cleanuphook.patch tailhook, 2012-05-05 14:31 review
Messages (2)
msg159994 - (view) Author: Paul Colomiets (tailhook) * Date: 2012-05-05 14:31
Attached patch is a partial implementation of PEP 419, it lacks inspect module functions and requires more unit tests.
msg223104 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2014-07-15 12:44
FTR PEP 419 has been deferred as there's no champion.
History
Date User Action Args
2022-04-11 14:57:29adminsetgithub: 58935
2019-04-26 19:35:10BreamoreBoysetnosy: - BreamoreBoy
2014-07-15 12:44:15BreamoreBoysetnosy: + BreamoreBoy
messages: + msg223104
2012-10-02 05:24:29ezio.melottisetnosy: + asvetlov
stage: patch review

versions: + Python 3.4, - Python 3.3
2012-05-05 17:46:11r.david.murraysettitle: Implementation of the PEP 419 -> Implementation of the PEP 419: Protecting cleanup statements from interruptions
2012-05-05 14:31:46tailhookcreate