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 serhiy.storchaka
Recipients lemburg, mark.dickinson, methane, serhiy.storchaka, vstinner
Date 2017-02-14.11:11:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487070673.48.0.821335331596.issue29548@psf.upfronthosting.co.za>
In-reply-to
Content
> Any idea of the popularity of the undocumented PyEval_xxx() functions?

You can just search code at GitHub.

I would suggest to deprecate PyEval_Call*() functions first only in the documentation. In 3.8 or 3.9 add the Py_DEPRECATED attribute.
History
Date User Action Args
2017-02-14 11:11:13serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, mark.dickinson, vstinner, methane
2017-02-14 11:11:13serhiy.storchakasetmessageid: <1487070673.48.0.821335331596.issue29548@psf.upfronthosting.co.za>
2017-02-14 11:11:13serhiy.storchakalinkissue29548 messages
2017-02-14 11:11:13serhiy.storchakacreate