[Python-bugs-list] [ python-Bugs-436525 ] Wrong macro name

noreply@sourceforge.net noreply@sourceforge.net
Tue, 26 Jun 2001 14:39:21 -0700


Bugs item #436525, was opened at 2001-06-26 14:39
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=436525&group_id=5470

Category: Extension Modules
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Greg Kochanski (gpk)
Assigned to: Nobody/Anonymous (nobody)
Summary: Wrong macro name

Initial Comment:
8.1 Thread State and the Global Interpreter Lock 
( http://www.python.org/doc/current/api/threads.html )

refers to macros Py_BEGIN_BLOCK_THREADS  and
Py_BEGIN_UNBLOCK_THREADS  .
These do not exist.  The correct names are
Py_BLOCK_THREADS and Py_UNBLOCK_THREADS.


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

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