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 amaury.forgeotdarc
Recipients Rhamphoryncus, amaury.forgeotdarc
Date 2008-06-13.11:14:13
SpamBayes Score 0.25359598
Marked as misclassified No
Message-id <1213355657.13.0.108391335288.issue3100@psf.upfronthosting.co.za>
In-reply-to
Content
A new version of the patch, which tests the case of multiple weakrefs on
the same object, that get deleted together:
tp_dealloc of one weakref calls tp_dealloc of the second weakref, which
calls tp_dealloc of the referenced object. Since the weakrefs are being
deleted, no callback should fire.
History
Date User Action Args
2008-06-13 11:14:17amaury.forgeotdarcsetspambayes_score: 0.253596 -> 0.25359598
recipients: + amaury.forgeotdarc, Rhamphoryncus
2008-06-13 11:14:17amaury.forgeotdarcsetspambayes_score: 0.253596 -> 0.253596
messageid: <1213355657.13.0.108391335288.issue3100@psf.upfronthosting.co.za>
2008-06-13 11:14:14amaury.forgeotdarclinkissue3100 messages
2008-06-13 11:14:14amaury.forgeotdarccreate