Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, gagenellina, gregory.p.smith, pitrou, rhettinger, spiv
Date 2008-01-21.00:26:15
SpamBayes Score 0.0263967
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.0263967
recipients: + amaury.forgeotdarc, rhettinger, gregory.p.smith, spiv, gagenellina, 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