This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: function usage not in #ifdef WITH_THREAD #endif
Type: Stage:
Components: None Versions:
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: mwh Nosy List: kbob_ru, mwh
Priority: normal Keywords:

Created on 2006-01-23 14:13 by kbob_ru, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg27329 - (view) Author: kbob_ru (kbob_ru) Date: 2006-01-23 14:13
in Python/pystate.c the performing and declaration of 
static function _PyGILState_NoteThreadState is out 
from 

#ifdef WITH_THREAD
#endif. 

When compiling --without-thread compilation or linking 
fail.
msg27330 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2006-01-23 18:36
Logged In: YES 
user_id=6656

This has been fixed in SVN.
History
Date User Action Args
2022-04-11 14:56:15adminsetgithub: 42826
2006-01-23 14:13:43kbob_rucreate