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 rooter
Recipients Dima.Tisnek, brett.cannon, rooter, tim.peters
Date 2016-09-13.19:40:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473795629.68.0.471832797019.issue27908@psf.upfronthosting.co.za>
In-reply-to
Content
@Dima.Tisnek, only reason for having both of these conditions together is so I won't have to repeat the same error message in the code at little price of the performance in this edge case (trying to start the same thread multiple times).

Unless I'm missing something there should be no way how it would make this lock required for setting `self._started`.
History
Date User Action Args
2016-09-13 19:40:29rootersetrecipients: + rooter, tim.peters, brett.cannon, Dima.Tisnek
2016-09-13 19:40:29rootersetmessageid: <1473795629.68.0.471832797019.issue27908@psf.upfronthosting.co.za>
2016-09-13 19:40:29rooterlinkissue27908 messages
2016-09-13 19:40:29rootercreate