Message246159
It's just a consequence of subinterpreters not being isolated contexts. They're sharing of lot of stuff by construction (hence being called "subinterpreters"). And indeed some resource can become unreachable in a subinterpreter, and collected from another, if the resource is part of a reference cycle. |
|
| Date |
User |
Action |
Args |
| 2015-07-03 10:36:20 | pitrou | set | recipients:
+ pitrou, ncoghlan, grahamd, eric.snow, emptysquare |
| 2015-07-03 10:36:20 | pitrou | set | messageid: <[email protected]> |
| 2015-07-03 10:36:20 | pitrou | link | issue24554 messages |
| 2015-07-03 10:36:20 | pitrou | create | |
|