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 pitrou
Recipients Chris.Colbert, pitrou, serhiy.storchaka, vstinner
Date 2014-11-18.13:35:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416317706.41.0.598071968676.issue22453@psf.upfronthosting.co.za>
In-reply-to
Content
> PyObject_REPR() is expanded to deprecated _PyUnicode_AsString which is 
> not defined if Py_LIMITED_API is defined. So it is unlikely that 
> third-party code uses it

Py_LIMITED_API is the "stable ABI". Most third-party code doesn't use it, so it may still use PyObject_REPR().
History
Date User Action Args
2014-11-18 13:35:06pitrousetrecipients: + pitrou, vstinner, Chris.Colbert, serhiy.storchaka
2014-11-18 13:35:06pitrousetmessageid: <1416317706.41.0.598071968676.issue22453@psf.upfronthosting.co.za>
2014-11-18 13:35:06pitroulinkissue22453 messages
2014-11-18 13:35:06pitroucreate