[issue23877] Build fails when threads are disabled during configure step

2015-04-06 Thread Jeffrey Armstrong
Jeffrey Armstrong added the comment: Oops, I meant WITH_THREAD. Thanks for the quick fix! -- ___ Python tracker ___ ___ Python-bugs-l

[issue23877] Build fails when threads are disabled during configure step

2015-04-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 29f51c4ae11a by Benjamin Peterson in branch 'default': fix building without threads (closes #23877) https://hg.python.org/cpython/rev/29f51c4ae11a -- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed ___

[issue23877] Build fails when threads are disabled during configure step

2015-04-06 Thread Jeffrey Armstrong
New submission from Jeffrey Armstrong: If threads are disabled, either via --disable-threads or using a compiler/standard library that doesn't support threads, the build will fail when linking the Python interpreter because the following is undefined: PyGILState_GetThisThreadState The error i