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 Chris.Colbert, serhiy.storchaka, vstinner
Date 2014-11-18.12:16:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3382578.BN2hVLzzqh@raxxla>
In-reply-to <1416312646.02.0.379686925322.issue22453@psf.upfronthosting.co.za>
Content
> PyObject_REPR() is still defined if Py_LIMITED_API is defined, I just
> checked.

But it is expanded to undefined name. So it is not usable in any case.
History
Date User Action Args
2014-11-18 12:16:39serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, Chris.Colbert
2014-11-18 12:16:39serhiy.storchakalinkissue22453 messages
2014-11-18 12:16:39serhiy.storchakacreate