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 pitrou
Recipients Dustin.Kirkland, cooyeah, neologix, pitrou, python-dev, sbt
Date 2012-04-19.22:10:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334873460.41.0.625274612736.issue14308@psf.upfronthosting.co.za>
In-reply-to
Content
> Wouldn't a _DummyThread._Thread__stop() method override Thread.__stop()?

Probably, but that would be quite ugly IMHO.
I've now committed the patch as-is in 2.7. In 3.2 it turned out easier: __stop is now spelt _stop, so can be overriden without any hacks.
History
Date User Action Args
2012-04-19 22:11:00pitrousetrecipients: + pitrou, neologix, cooyeah, python-dev, sbt, Dustin.Kirkland
2012-04-19 22:11:00pitrousetmessageid: <1334873460.41.0.625274612736.issue14308@psf.upfronthosting.co.za>
2012-04-19 22:10:59pitroulinkissue14308 messages
2012-04-19 22:10:59pitroucreate