This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author fdrake
Recipients
Date 2001-11-29.05:06:46
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2007-08-23 13:57:35adminlinkissue485165 messages
2007-08-23 13:57:35admincreate