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 ncoghlan
Recipients docs@python, ncoghlan
Date 2011-02-09.22:56:08
SpamBayes Score 1.9326328e-05
Marked as misclassified No
Message-id <1297292171.0.0.0899611103523.issue11165@psf.upfronthosting.co.za>
In-reply-to
Content
There are currently undocumented PyEval_Call* equivalents to a number of the PyObject_Call* functions.

Since there are resources out there on the web that direct people to use the currently undocumented PyEval functions, it would be good to document those properly, and recommend people typically use the PyObject_Call* variants instead (as the latter include all the stack and interpreter state integrity protection code, while the PyEval variants assume that has all already been handled).
History
Date User Action Args
2011-02-09 22:56:11ncoghlansetrecipients: + ncoghlan, docs@python
2011-02-09 22:56:11ncoghlansetmessageid: <1297292171.0.0.0899611103523.issue11165@psf.upfronthosting.co.za>
2011-02-09 22:56:09ncoghlanlinkissue11165 messages
2011-02-09 22:56:08ncoghlancreate