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 kristjan.jonsson
Recipients kristjan.jonsson, pitrou
Date 2010-08-17.15:24:22
SpamBayes Score 4.5681812e-05
Marked as misclassified No
Message-id <1282058666.67.0.667228767656.issue9622@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a new, much simpler patch, which simply sets the flags on all the threads (accessable as a linked list of PyThreadState objects) as suggested by Antoine.

(Note that neither of the patches has the necessary enhancements to _lsprof.c to make the profiling data sensible.  That is the subject of issue 9609)
History
Date User Action Args
2010-08-17 15:24:26kristjan.jonssonsetrecipients: + kristjan.jonsson, pitrou
2010-08-17 15:24:26kristjan.jonssonsetmessageid: <1282058666.67.0.667228767656.issue9622@psf.upfronthosting.co.za>
2010-08-17 15:24:25kristjan.jonssonlinkissue9622 messages
2010-08-17 15:24:24kristjan.jonssoncreate