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, sbt
Date 2012-04-19.21:17:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334870154.3345.8.camel@localhost.localdomain>
In-reply-to <1334869873.87.0.911791812043.issue14308@psf.upfronthosting.co.za>
Content
Le jeudi 19 avril 2012 à 21:11 +0000, Charles-François Natali a écrit :
> IMO it should be _DummyThread's stop() method that does the right
> thing, either by overriding Thread's stop() method in _DummyThread or
> by puting the check inside Thread.stop(), like what's done inside
> thread._reset_internal_locks():

I don't think _DummyThread can override __stop(), because of the name
mangling of __private methods. However, the hasattr() approach would
probably work.
History
Date User Action Args
2012-04-19 21:17:03pitrousetrecipients: + pitrou, neologix, cooyeah, sbt, Dustin.Kirkland
2012-04-19 21:17:02pitroulinkissue14308 messages
2012-04-19 21:17:02pitroucreate