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 r.david.murray
Recipients Peter.Saveliev, amaury.forgeotdarc, pitrou, python-dev, r.david.murray, rhettinger
Date 2014-10-04.21:50:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412459427.92.0.23252296883.issue11866@psf.upfronthosting.co.za>
In-reply-to
Content
I committed a version of this that uses Raymond's suggestion and also makes sure that the first thread is named Thread-1 as it has been in the past (there was a test failure without that fix, but I also think it makes sense for it to be Thread-1 since one would normally think of the main thread as thread 0).

I did not try to turn the test script into a test case because it would take a long time to run if it is to have a reasonable chance of displaying the bug, and it would never be a consistent failure.

Thanks, Peter; sorry it took so long to get this committed.
History
Date User Action Args
2014-10-04 21:50:27r.david.murraysetrecipients: + r.david.murray, rhettinger, amaury.forgeotdarc, pitrou, python-dev, Peter.Saveliev
2014-10-04 21:50:27r.david.murraysetmessageid: <1412459427.92.0.23252296883.issue11866@psf.upfronthosting.co.za>
2014-10-04 21:50:27r.david.murraylinkissue11866 messages
2014-10-04 21:50:27r.david.murraycreate