Message 112136 - Python tracker (original) (raw)

Message112136

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:37 pitrou set recipients: + pitrou, gps, gpolo, BreamoreBoy
2010-07-31 11:34:37 pitrou set messageid: 1280576077.39.0.401408376953.issue4188@psf.upfronthosting.co.za
2010-07-31 11:34:35 pitrou link issue4188 messages
2010-07-31 11:34:35 pitrou create