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

noreply@sourceforge.net noreply@sourceforge.net
Mon, 09 Jul 2001 07:38:20 -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: Closed
>Resolution: Fixed
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: Thomas Wouters (twouters)
Date: 2001-07-09 07:38

Message:
Logged In: YES 
user_id=34209

Alright, fixed in revisions 1.127 and 1.117.2.7 of api.tex.
Greg, you don't happen to have a family member called
'Kristine' or 'Krissie', do you ? :-)


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

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-07-09 07:22

Message:
Logged In: YES 
user_id=3066

You can.  It's just a little tedious for me to do it since I
have a lot of other (unrelated) changes in my working file
as well (some of which I'll need to make in release21-maint
also), and I don't have any time to juggle files right now.

Thanks!

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

Comment By: Thomas Wouters (twouters)
Date: 2001-07-09 07:13

Message:
Logged In: YES 
user_id=34209

Fred, is there any reason why I can't change the names
mentioned in the TeX files and close this bug ?


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

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