[Python-bugs-list] [Bug #131304] a few misprints in 2.0 Python/C API manual

noreply@sourceforge.net noreply@sourceforge.net
Mon, 12 Feb 2001 09:39:13 -0800


Bug #131304, was updated on 2001-Feb-06 10:33
Here is a current snapshot of the bug.

Project: Python
Category: Documentation
Status: Closed
Resolution: Fixed
Bug Group: None
Priority: 5
Submitted by: nobody
Assigned to : fdrake
Summary: a few misprints in 2.0 Python/C  API manual

Details: In section 7.2.4, Tuple Objects, various
functions, such as PyTuple_Size, PyTuple_GetItem,
PyTuple_GetSlice are listed as taking a PyTupleObject *.
In tupleobject.h they are declared to take PyObject *.
This just causes some warnings I guess.

Also  I see that _PyTuple_Resize is listed as taking a PyTupleObject
*,while in tupleobject.h it is declared to take PyObject **.  I haven't
tried this function but
I suppose this is a more significant difference.

... Since I'm not an expert and just getting started writing an extension I
hope I'm not wasting your time with these.

cheers,
John
John R. Baxter
baxter@math.umn.edu

Follow-Ups:

Date: 2001-Feb-12 09:39
By: fdrake

Comment:
Not a waste of time; these were real bugs!

Fixed in Doc/api/api.tex revision 1.107.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=131304&group_id=5470