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, pitrou
Date 2012-03-15.12:45:01
SpamBayes Score 0.006894564
Marked as misclassified No
Message-id <1331815502.28.0.871873435039.issue14308@psf.upfronthosting.co.za>
In-reply-to
Content
I don't understand how that can happen, since _Thread__block is initialized in Thread.__init__, which is called by _DummyThread.__init__. Did you somehow monkeypatch the threading module?
History
Date User Action Args
2012-03-15 12:45:02pitrousetrecipients: + pitrou, Dustin.Kirkland
2012-03-15 12:45:02pitrousetmessageid: <1331815502.28.0.871873435039.issue14308@psf.upfronthosting.co.za>
2012-03-15 12:45:01pitroulinkissue14308 messages
2012-03-15 12:45:01pitroucreate