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 belopolsky
Recipients belopolsky, pitrou
Date 2010-11-06.01:18:31
SpamBayes Score 2.6607659e-05
Marked as misclassified No
Message-id <1289006313.99.0.441470123186.issue10330@psf.upfronthosting.co.za>
In-reply-to
Content
I'll commit tonight.  BTW, on a without-threads build:


>>> import dummy_threading
>>> dummy_threading.settrace
>>> dummy_threading.settrace.__module__
'threading'

In other words, dummy_threading.settrace is always the same as threading.settrace. Since threading.settrace just sets a global variable which is probably not used by dummy_threading, OP's patch is probably fine, but may not be as future proof.
History
Date User Action Args
2010-11-06 01:18:34belopolskysetrecipients: + belopolsky, pitrou
2010-11-06 01:18:33belopolskysetmessageid: <1289006313.99.0.441470123186.issue10330@psf.upfronthosting.co.za>
2010-11-06 01:18:32belopolskylinkissue10330 messages
2010-11-06 01:18:31belopolskycreate