[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, Pytho

[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

2011-06-05 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue9972] PyGILState_XXX missing in Python builds without threads

2011-05-31 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: -Python 2.5, Python 2.6, Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue9972] PyGILState_XXX missing in Python builds without threads

2010-09-28 Thread Lisandro Dalcin
New submission from Lisandro Dalcin : 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, PyGILState_{Ensure|Rele