New submission from Chris Withers:

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.

----------
messages: 181935
nosy: cjw296
priority: normal
severity: normal
status: open
title: no way to introspect registered atexit handlers
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17186>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to