Issue 1412845: function usage not in #ifdef WITH_THREAD #endif (original) (raw)

Issue1412845

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:15 admin set github: 42826
2006-01-23 14:13:43 kbob_ru create