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 jon
Recipients jon, kristjan.jonsson, pitrou
Date 2010-08-17.16:43:28
SpamBayes Score 0.0020493446
Marked as misclassified No
Message-id <1282063410.43.0.538206949935.issue9622@psf.upfronthosting.co.za>
In-reply-to
Content
There are a few places in the patch where you call the global version immediately followed by the local version.  For example:

+        PyEval_SetGlobalTrace(NULL, NULL);
         PyEval_SetTrace(NULL, NULL);

Isn't the local call now redundant given that the global version clears all of the threadstates already?
History
Date User Action Args
2010-08-17 16:43:30jonsetrecipients: + jon, pitrou, kristjan.jonsson
2010-08-17 16:43:30jonsetmessageid: <1282063410.43.0.538206949935.issue9622@psf.upfronthosting.co.za>
2010-08-17 16:43:28jonlinkissue9622 messages
2010-08-17 16:43:28joncreate