[issue8044] Py_EnterRecursiveCall and Py_LeaveRecursiveCall are undocumented

2010-03-07 Thread Georg Brandl
Georg Brandl added the comment: Thanks! I've added documentation in r78773. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue8044] Py_EnterRecursiveCall and Py_LeaveRecursiveCall are undocumented

2010-03-02 Thread Daniel Stutzbach
New submission from Daniel Stutzbach : Here's the original message proposing the addition of these routines to the C API, which might serve as the basis of documentation: http://mail.python.org/pipermail/python-dev/2003-October/039445.html -- assignee: georg.brandl components: Document