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.03:36:55
SpamBayes Score 0.14475761
Marked as misclassified No
Message-id <1206675416.95.0.612884473105.issue2496@psf.upfronthosting.co.za>
In-reply-to
Content
I think I've confirmed your diagnosis. If I add a _sleep(.01) to
Thread.__bootstrap_inner() just after the call to self.__stop(), the
test fails reliably. Very good catch! Given that, I think just adding a
short sleep to the test before counting references will fix it nearly
every time, but I'd like to kill the race dead if we can.
History
Date User Action Args
2008-03-28 03:36:57jyasskinsetspambayes_score: 0.144758 -> 0.14475761
recipients: + jyasskin, nnorwitz, pitrou
2008-03-28 03:36:56jyasskinsetspambayes_score: 0.144758 -> 0.144758
messageid: <1206675416.95.0.612884473105.issue2496@psf.upfronthosting.co.za>
2008-03-28 03:36:55jyasskinlinkissue2496 messages
2008-03-28 03:36:55jyasskincreate