[issue14730] Implementation of the PEP 419: Protecting cleanup statements from interruptions

2019-04-27 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue14730] Implementation of the PEP 419: Protecting cleanup statements from interruptions

2014-07-15 Thread Mark Lawrence
Mark Lawrence added the comment: FTR PEP 419 has been deferred as there's no champion. -- nosy: +BreamoreBoy ___ Python tracker ___ __

[issue14730] Implementation of the PEP 419: Protecting cleanup statements from interruptions

2012-10-01 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +asvetlov stage: -> patch review versions: +Python 3.4 -Python 3.3 ___ Python tracker ___ ___ Pyth

[issue14730] Implementation of the PEP 419: Protecting cleanup statements from interruptions

2012-05-05 Thread R. David Murray
Changes by R. David Murray : -- title: Implementation of the PEP 419 -> Implementation of the PEP 419: Protecting cleanup statements from interruptions ___ Python tracker ___ __

[issue14730] Implementation of the PEP 419

2012-05-05 Thread Paul Colomiets
New submission from Paul Colomiets : Attached patch is a partial implementation of PEP 419, it lacks inspect module functions and requires more unit tests. -- components: Interpreter Core files: cleanuphook.patch keywords: patch messages: 159994 nosy: tailhook priority: normal severity: