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 pitrou
Recipients nnorwitz, pitrou
Date 2008-03-27.12:35:59
SpamBayes Score 0.06258588
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
This is a tentative patch. I can't verify it fixes anything but at least
it shouldn't do any harm ;)
If it doesn't fix it I see two possible explanations:
- the buildbots are running some kind of debug build which keeps
references to local variables, preventing them to be deallocated
- the C thread implementation needs fixing on some platforms
History
Date User Action Args
2008-03-27 12:36:01pitrousetspambayes_score: 0.0625859 -> 0.06258588
recipients: + pitrou, nnorwitz
2008-03-27 12:36:01pitrousetspambayes_score: 0.0625859 -> 0.0625859
messageid: <[email protected]>
2008-03-27 12:36:00pitroulinkissue2496 messages
2008-03-27 12:36:00pitroucreate