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 methane
Recipients lemburg, mark.dickinson, methane, serhiy.storchaka, vstinner
Date 2017-02-14.15:22:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487085770.31.0.2628754026.issue29548@psf.upfronthosting.co.za>
In-reply-to
Content
I stopped deprecating PyEval_Call APIs, and removing it's usage in PR 75.

Summary of current pull requests:

PR 87 contains fix regression of PyEval_CallObjectWithKeywords for Python 3.6.

PR 75 is for master branch.  It contains fix same to PR 87. Additionally, PyEval_CallFunction and PyEval_CallMethod is now copy of PyObject_CallFunction and PyObject_CallMethod.  And comment about PyObject_Call preference is added.
History
Date User Action Args
2017-02-14 15:22:50methanesetrecipients: + methane, lemburg, mark.dickinson, vstinner, serhiy.storchaka
2017-02-14 15:22:50methanesetmessageid: <1487085770.31.0.2628754026.issue29548@psf.upfronthosting.co.za>
2017-02-14 15:22:50methanelinkissue29548 messages
2017-02-14 15:22:50methanecreate