New submission from Nick Coghlan <ncogh...@gmail.com>:

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).

----------
assignee: docs@python
components: Documentation
keywords: easy
messages: 128248
nosy: docs@python, ncoghlan
priority: normal
severity: normal
stage: needs patch
status: open
title: Document PyEval_Call* functions
versions: Python 2.7, Python 3.2, Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11165>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to