[New-bugs-announce] [issue12620] pending calls: make `pendingbusy` flag static to Py_MakePendingCalls()

Charles-François Natali report at bugs.python.org
Sat Jul 23 13:27:35 CEST 2011


New submission from Charles-François Natali <neologix at free.fr>:

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).

----------
components: Interpreter Core
files: pending_busy.diff
keywords: needs review, patch
messages: 140976
nosy: neologix, pitrou
priority: low
severity: normal
stage: patch review
status: open
title: pending calls: make `pendingbusy` flag static to Py_MakePendingCalls()
versions: Python 3.3
Added file: http://bugs.python.org/file22725/pending_busy.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12620>
_______________________________________


More information about the New-bugs-announce mailing list