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 <rep...@bugs.python.org>
<http://bugs.python.org/issue22696>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to