Bugs item #1412845, was opened at 2006-01-23 14:13
Message generated for change (Comment added) made by mwh
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1412845&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Closed
Resolution: Out of Date
Priority: 5
Submitted By: kbob_ru (kbob_ru)
Assigned to: Michael Hudson (mwh)
Summary: function usage not in #ifdef WITH_THREAD #endif
Initial Comment:
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.
----------------------------------------------------------------------
Comment By: Michael Hudson (mwh)
Date: 2006-01-23 18:36
Message:
Logged In: YES
user_id=6656
This has been fixed in SVN.
----------------------------------------------------------------------