[Python-bugs-list] [ python-Bugs-729300 ] Compiling --with-pydebug=yes --with-threads=no fails

SourceForge.net noreply@sourceforge.net
Tue, 29 Apr 2003 04:49:23 -0700


Bugs item #729300, was opened at 2003-04-29 12:12
Message generated for change (Comment added) made by mhammond
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=729300&group_id=5470

Category: Threads
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: logistix (logistix)
>Assigned to: Martin v. Löwis (loewis)
Summary: Compiling --with-pydebug=yes --with-threads=no fails

Initial Comment:
A PyGILstate_ function is called outside of a 
WITH_THREADS #ifdef.  Of course all the PyGIL 
functions only exist when threads are enabled. 
 
The attached patch fixes it, although I don't know enough  
about the new GIL Implementation to verify that it's  
'correct'.  

----------------------------------------------------------------------

>Comment By: Mark Hammond (mhammond)
Date: 2003-04-29 21:49

Message:
Logged In: YES 
user_id=14198

Thanks Martin - please check this in.

----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2003-04-29 21:42

Message:
Logged In: YES 
user_id=21627

Mark, can you take a look?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=729300&group_id=5470