This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients pitrou, serhiy.storchaka, vstinner
Date 2014-10-22.13:58:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> 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
History
Date User Action Args
2014-10-22 13:58:47pitrousetrecipients: + pitrou, vstinner, serhiy.storchaka
2014-10-22 13:58:47pitrousetmessageid: <[email protected]>
2014-10-22 13:58:47pitroulinkissue22696 messages
2014-10-22 13:58:47pitroucreate