[issue22696] Add a function to know about interpreter shutdown

Antoine Pitrou report at bugs.python.org
Wed Oct 22 15:58:47 CEST 2014


Antoine Pitrou added the comment:

> Are there other special interpreter states about which it would by 
> helpful to know? Interpreter initializing, garbage collecting, signal 
> handling?

- interpreter initializing: user code generally isn't executed in that phase
- garbage collecting: there are already garbage collection callbacks
- signal handling: well... I don't see why that would be useful

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22696>
_______________________________________


More information about the Python-bugs-list mailing list