New submission from Charles-François Natali <neolo...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue12620>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to