[Python-bugs-list] [ python-Bugs-485165 ] PyEval_CallObject not in the index

noreply@sourceforge.net noreply@sourceforge.net
Wed, 28 Nov 2001 21:06:46 -0800


Bugs item #485165, was opened at 2001-11-24 12:08
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=485165&group_id=5470

Category: Documentation
Group: Python 2.1.1
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Cl. Schmidt (clemm)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: PyEval_CallObject not in the index

Initial Comment:
In the Python/C API Reference Manual, the function 
PyEval_CallObject is missing in the index.

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

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-11-28 21:06

Message:
Logged In: YES 
user_id=3066

There's no index entry because PyEval_CallObject() is not
documented (yet).  This falls into the category of the
general incompleteness of the document, which we are aware
of and are working on (albiet slowly).

I have added a index entry for this function in the
"Extending & Embedding" manual; see the section "Calling
Python Functions from C" for some general discussion of this
function.

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

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