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 petr.viktorin
Recipients Ronan.Lamy, jdemeyer, miss-islington, petr.viktorin, vstinner
Date 2019-11-06.14:27:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573050440.32.0.512889689685.issue37645@roundup.psfhosted.org>
In-reply-to
Content
With this change, CPython no longer uses PyEval_GetFuncName/PyEval_GetFuncDesc internally.
Shall we deprecate/discourage them?
Shall we expose PyObject_FunctionStr publicly?
History
Date User Action Args
2019-11-06 14:27:20petr.viktorinsetrecipients: + petr.viktorin, vstinner, Ronan.Lamy, jdemeyer, miss-islington
2019-11-06 14:27:20petr.viktorinsetmessageid: <1573050440.32.0.512889689685.issue37645@roundup.psfhosted.org>
2019-11-06 14:27:20petr.viktorinlinkissue37645 messages
2019-11-06 14:27:20petr.viktorincreate