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 Arfrever, amaury.forgeotdarc, pitrou, scoder
Date 2009-11-22.21:07:56
SpamBayes Score 0.00027454123
Marked as misclassified No
Message-id <1258924078.24.0.537868752132.issue7173@psf.upfronthosting.co.za>
In-reply-to
Content
I reproduce the crash on Linux. Some debug prints showed that the failing 
exception object is "tp_clear'ed", because it belongs to a reference 
cycle. Now if it is cleared it should not be reachable...
History
Date User Action Args
2009-11-22 21:07:58amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, pitrou, scoder, Arfrever
2009-11-22 21:07:58amaury.forgeotdarcsetmessageid: <1258924078.24.0.537868752132.issue7173@psf.upfronthosting.co.za>
2009-11-22 21:07:56amaury.forgeotdarclinkissue7173 messages
2009-11-22 21:07:56amaury.forgeotdarccreate