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 BreamoreBoy, gpolo, gps, pitrou
Date 2010-07-31.11:34:35
SpamBayes Score 0.05542443
Marked as misclassified No
Message-id <1280576077.39.0.401408376953.issue4188@psf.upfronthosting.co.za>
In-reply-to
Content
The patch looks ok.
A more robust solution would be to modify _note() so that it never creates a DummyThread, and instead uses the raw thread id if the current thread doesn't have a corresponding Thread object.
History
Date User Action Args
2010-07-31 11:34:37pitrousetrecipients: + pitrou, gps, gpolo, BreamoreBoy
2010-07-31 11:34:37pitrousetmessageid: <1280576077.39.0.401408376953.issue4188@psf.upfronthosting.co.za>
2010-07-31 11:34:35pitroulinkissue4188 messages
2010-07-31 11:34:35pitroucreate