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, python-dev, vstinner
Date 2017-02-09.11:29:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486639787.16.0.724413484562.issue29306@psf.upfronthosting.co.za>
In-reply-to
Content
enter_recursive_call_36.patch: Patch for Python 3.6.

* Add Py_EnterRecursiveCall() into C functions
* Don't call C functions inside a Py_EnterRecursiveCall() block in PyObject_Call()
History
Date User Action Args
2017-02-09 11:29:47vstinnersetrecipients: + vstinner, methane, python-dev
2017-02-09 11:29:47vstinnersetmessageid: <1486639787.16.0.724413484562.issue29306@psf.upfronthosting.co.za>
2017-02-09 11:29:47vstinnerlinkissue29306 messages
2017-02-09 11:29:46vstinnercreate