Message9169
Okay, the mentioned behavior is no bug in CPython. Since its gc does not call finalizers of objects in ref-cycles, there can't happen resurrection. My test then accidently used the last resurrected object and took it for the one I expected in cyclic case.
With all this fixed, CPython behaves fine.
Further, my implemented solution appears to fail some regr tests. I think the issue is related to serialization support. I hope to solve it by allowing certain attributes to be transient. Soon more on this. |
|
Date |
User |
Action |
Args |
2014-10-26 00:56:38 | stefan.richthofer | set | messageid: <1414284998.7.0.596883401724.issue2224@psf.upfronthosting.co.za> |
2014-10-26 00:56:38 | stefan.richthofer | set | recipients:
+ stefan.richthofer |
2014-10-26 00:56:38 | stefan.richthofer | link | issue2224 messages |
2014-10-26 00:56:37 | stefan.richthofer | create | |
|