[issue9972] PyGILState_XXX missing in Python builds without threads

2014-06-19 Thread Mark Lawrence
Mark Lawrence added the comment: Can somebody check to see if this is still a problem, I've only got a Windows PC. -- nosy: +BreamoreBoy type: - behavior versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker

[issue9972] PyGILState_XXX missing in Python builds without threads

2014-06-19 Thread Ned Deily
Ned Deily added the comment: 75503c26a17f for Python 3.3 added WITH_THREADS protection to the PyGILState_{Ensure|Release} definitions in Include/pystate.h. -- nosy: +ned.deily resolution: - out of date stage: - resolved status: open - closed versions: +Python 3.3 -Python 2.7, Python

[issue9972] PyGILState_XXX missing in Python builds without threads

2011-06-05 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +haypo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9972 ___ ___ Python-bugs-list mailing list

[issue9972] PyGILState_XXX missing in Python builds without threads

2011-06-01 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- versions: -Python 2.5, Python 2.6, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9972 ___

[issue9972] PyGILState_XXX missing in Python builds without threads

2010-09-28 Thread Lisandro Dalcin
New submission from Lisandro Dalcin dalc...@gmail.com: I've built Python-2.6.5 form with this : $ ./configure --without-threads --prefix=$HOME/python-without-threads $ make make install $ cd ~/python-without-threads/lib $ nm libpython2.6.so | grep PyGILState $ At Include/pystate.h,