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 neologix
Recipients neologix, pitrou
Date 2011-07-23.11:27:34
SpamBayes Score 0.000490365
Marked as misclassified No
Message-id <1311420455.91.0.738600142656.issue12620@psf.upfronthosting.co.za>
In-reply-to
Content
Trivial patch.
In Python/ceval.c, when compiled with threads, make the `pendingbusy` flag used to guard against reentrant calls static to Py_MakePendingCalls().
Also, make it an int and rename it to `busy` to be consistent with the non-threaded code (int might also be a bit faster).
History
Date User Action Args
2011-07-23 11:27:35neologixsetrecipients: + neologix, pitrou
2011-07-23 11:27:35neologixsetmessageid: <1311420455.91.0.738600142656.issue12620@psf.upfronthosting.co.za>
2011-07-23 11:27:35neologixlinkissue12620 messages
2011-07-23 11:27:35neologixcreate