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 gregory.p.smith
Recipients amaury.forgeotdarc, benjamin.peterson, gregory.p.smith, jwp
Date 2009-02-25.21:15:05
SpamBayes Score 1.5364556e-05
Marked as misclassified No
Message-id <1235596508.05.0.208031005679.issue5283@psf.upfronthosting.co.za>
In-reply-to
Content
Could the PyObject_ClearWeakRefs(self); call in the middle of the lines 
del_changes_class.patch adds also be used to cause python code to set 
__del__ or __dict__ causing the wrong destructor or wrong dict to be 
DECREFed?

(I'm trying to wrap my head around the possibilities here and come up 
with a test case of that but weakref isn't behaving as i'd expect)
History
Date User Action Args
2009-02-25 21:15:08gregory.p.smithsetrecipients: + gregory.p.smith, amaury.forgeotdarc, benjamin.peterson, jwp
2009-02-25 21:15:08gregory.p.smithsetmessageid: <1235596508.05.0.208031005679.issue5283@psf.upfronthosting.co.za>
2009-02-25 21:15:06gregory.p.smithlinkissue5283 messages
2009-02-25 21:15:05gregory.p.smithcreate