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 jyasskin
Recipients collinwinter, jyasskin, pitrou
Date 2008-03-29.22:50:56
SpamBayes Score 0.037721623
Marked as misclassified No
Message-id <1206831057.36.0.325985673269.issue2507@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the patch. This isn't specific to threads at all, so the test
doesn't need to spawn a thread, just raise an exception from a nested
function with a parameter, catch it, delete the object the parameter
referred to, and then check that the object has been destroyed.

I don't know the exception handling code very well, so I'd like someone
more familiar with it to check that the patch is correct and efficient.
Collin, would you do the honors?
History
Date User Action Args
2008-03-29 22:50:57jyasskinsetspambayes_score: 0.0377216 -> 0.037721623
recipients: + jyasskin, collinwinter, pitrou
2008-03-29 22:50:57jyasskinsetspambayes_score: 0.0377216 -> 0.0377216
messageid: <1206831057.36.0.325985673269.issue2507@psf.upfronthosting.co.za>
2008-03-29 22:50:56jyasskinlinkissue2507 messages
2008-03-29 22:50:56jyasskincreate