[Python-bugs-list] [ python-Bugs-537511 ] ref to non-existant PyArg_ConvertTuple

noreply@sourceforge.net noreply@sourceforge.net
Mon, 01 Apr 2002 15:14:52 -0800


Bugs item #537511, was opened at 2002-03-31 16:59
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=537511&group_id=5470

Category: Documentation
Group: Python 2.2
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Neal Norwitz (nnorwitz)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: ref to non-existant PyArg_ConvertTuple

Initial Comment:
In Doc/ext/extending.tex, there is a reference to
PyArg_ConvertTuple which does not exist.  I'm not sure
what this is referring to, otherwise I would fix it. 
Perhaps, PyArgUnpackTuple is meant?  If someone can
provide quick guidance, I can fix it.

Here's the text:

status = converter(object, address);

where \var{object} is the Python object to be converted
and \var{address} is the \ctype{void *} argument that
was passed to \cfunction{PyArg_ConvertTuple()}.

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

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-04-01 18:14

Message:
Logged In: YES 
user_id=3066

That was supposed to be PyArg_ParseTuple().
Fixed in Doc/ext/extending.tex revisions 1.16 and 1.11.6.1,
and in Doc/ext/ext.tex revision 1.95.2.3.

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

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