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.

Author pitrou
Recipients pitrou, sbt
Date 2013-08-01.17:47:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375379263.55.0.273685957163.issue18618@psf.upfronthosting.co.za>
In-reply-to
Content
Callbacks registered with atexit.register() are only called at shutdown of the main interpreter. For some purposes (perhaps most of them, arguably), you actually want to execute the callbacks at subinterpreter shutdown too.
History
Date User Action Args
2013-08-01 17:47:43pitrousetrecipients: + pitrou, sbt
2013-08-01 17:47:43pitrousetmessageid: <1375379263.55.0.273685957163.issue18618@psf.upfronthosting.co.za>
2013-08-01 17:47:43pitroulinkissue18618 messages
2013-08-01 17:47:43pitroucreate