[New-bugs-announce] [issue18618] Need an atexit.register equivalent that also works in subinterps

Antoine Pitrou report at bugs.python.org
Thu Aug 1 19:47:43 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue18618>
_______________________________________


More information about the New-bugs-announce mailing list