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 jsafrane
Recipients jsafrane
Date 2013-05-07.07:38:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367912321.44.0.0639738391846.issue17922@psf.upfronthosting.co.za>
In-reply-to
Content
Bisecting Python mercurial repository, I found the patch which causes the crash:

changeset:   80762:7e771f0363e2
branch:      2.7
parent:      80758:29627bd5b333
user:        Antoine Pitrou <solipsis@pitrou.net>
date:        Sat Dec 08 21:15:26 2012 +0100
summary:     Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero.

If I revert the patch in Python 2.7.4, my setup works fine, without any crash.
History
Date User Action Args
2013-05-07 07:38:41jsafranesetrecipients: + jsafrane
2013-05-07 07:38:41jsafranesetmessageid: <1367912321.44.0.0639738391846.issue17922@psf.upfronthosting.co.za>
2013-05-07 07:38:41jsafranelinkissue17922 messages
2013-05-07 07:38:41jsafranecreate