Message229824
> 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 |
|
Date |
User |
Action |
Args |
2014-10-22 13:58:47 | pitrou | set | recipients:
+ pitrou, vstinner, serhiy.storchaka |
2014-10-22 13:58:47 | pitrou | set | messageid: <1413986327.39.0.705093039496.issue22696@psf.upfronthosting.co.za> |
2014-10-22 13:58:47 | pitrou | link | issue22696 messages |
2014-10-22 13:58:47 | pitrou | create | |
|