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 jyasskin, nnorwitz, pitrou
Date 2008-03-28.04:12:52
SpamBayes Score 0.13840435
Marked as misclassified No
Message-id <1206677573.34.0.807603051703.issue2496@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed in r61984. I believe the exception info was actually keeping the
object alive. The thread itself didn't have any references to it, but
the traceback did.
History
Date User Action Args
2008-03-28 04:12:53jyasskinsetspambayes_score: 0.138404 -> 0.13840435
recipients: + jyasskin, nnorwitz, pitrou
2008-03-28 04:12:53jyasskinsetspambayes_score: 0.138404 -> 0.138404
messageid: <1206677573.34.0.807603051703.issue2496@psf.upfronthosting.co.za>
2008-03-28 04:12:52jyasskinlinkissue2496 messages
2008-03-28 04:12:52jyasskincreate