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 vstinner
Recipients methane, vstinner
Date 2017-01-18.09:04:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484730285.0.0.960009012423.issue29306@psf.upfronthosting.co.za>
In-reply-to
Content
I added the following new functions to Python 3.6:

* _PyObject_FastCallDict()
* _PyObject_FastCallKeywords()
* _PyFunction_FastCallDict()
* _PyFunction_FastCallKeywords()
* _PyCFunction_FastCallDict()
* _PyCFunction_FastCallKeywords()

I'm not sure that these functions update correctly the "recursion_depth" counter using Py_EnterRecursiveCall() and Py_LeaveRecursiveCall().
History
Date User Action Args
2017-01-18 09:04:45vstinnersetrecipients: + vstinner, methane
2017-01-18 09:04:45vstinnersetmessageid: <1484730285.0.0.960009012423.issue29306@psf.upfronthosting.co.za>
2017-01-18 09:04:44vstinnerlinkissue29306 messages
2017-01-18 09:04:44vstinnercreate