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

noreply@sourceforge.net noreply@sourceforge.net
Tue, 03 Jul 2001 23:18:33 -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: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Greg Kochanski (gpk)
>Assigned to: Fred L. Drake, Jr. (fdrake)
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.


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

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-07-03 23:18

Message:
Logged In: YES 
user_id=3066

Re-categorized as a documnetation error.

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

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