New submission from Antoine Pitrou:

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.

----------
messages: 194092
nosy: pitrou, sbt
priority: normal
severity: normal
status: open
title: Need an atexit.register equivalent that also works in subinterps

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

Reply via email to