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 cjw296
Recipients cjw296
Date 2013-02-11.22:35:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360622130.89.0.261803397072.issue17186@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2 had a private but usable way of introspecting and manipulating registered atexit handlers by way of the atexit._exithandlers.

In Python 3, registering and unregistering are handled, but there is no longer a way to see what atexit handlers are registered.

Barry suggested filing a bug to have this added as a new feature for Python 3.4. Some kind of read-only sequence would be fine, if the original list can no longer be exposed.
History
Date User Action Args
2013-02-11 22:35:30cjw296setrecipients: + cjw296
2013-02-11 22:35:30cjw296setmessageid: <1360622130.89.0.261803397072.issue17186@psf.upfronthosting.co.za>
2013-02-11 22:35:30cjw296linkissue17186 messages
2013-02-11 22:35:30cjw296create