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 amaury.forgeotdarc, ggenellina, gregory.p.smith, pitrou, rhettinger, spiv
Date 2008-01-21.00:26:15
SpamBayes Score 0.026396716
Marked as misclassified No
Message-id <1200875177.05.0.368494671873.issue1703448@psf.upfronthosting.co.za>
In-reply-to
Content
Also reproduced on winXP with SVN trunk.
The cause seems that in threading.py, the __stop() method notifies all
waiting threads, and that __delete() effectively removes the thread from
the active list.

I dared to swap the two calls, and it seems to solve the problem. Tests
still pass, but can someone check that this can be done safely?
History
Date User Action Args
2008-01-21 00:26:17amaury.forgeotdarcsetspambayes_score: 0.0263967 -> 0.026396716
recipients: + amaury.forgeotdarc, rhettinger, gregory.p.smith, spiv, ggenellina, pitrou
2008-01-21 00:26:17amaury.forgeotdarcsetspambayes_score: 0.0263967 -> 0.0263967
messageid: <1200875177.05.0.368494671873.issue1703448@psf.upfronthosting.co.za>
2008-01-21 00:26:15amaury.forgeotdarclinkissue1703448 messages
2008-01-21 00:26:15amaury.forgeotdarccreate