Message9169

Author stefan.richthofer
Recipients stefan.richthofer
Date 2014-10-26.00:56:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414284998.7.0.596883401724.issue2224@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-10-26 00:56:38stefan.richthofersetmessageid: <1414284998.7.0.596883401724.issue2224@psf.upfronthosting.co.za>
2014-10-26 00:56:38stefan.richthofersetrecipients: + stefan.richthofer
2014-10-26 00:56:38stefan.richthoferlinkissue2224 messages
2014-10-26 00:56:37stefan.richthofercreate