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 vstinner
Recipients Chris.Colbert, serhiy.storchaka, vstinner
Date 2014-11-18.12:22:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwayJMjPe5SSnAWQwbiayn_gJOpkH3Lz-WTrmxgqAU7UKQ@mail.gmail.com>
In-reply-to <3382578.BN2hVLzzqh@raxxla>
Content
Serhiy Storchaka wrote:
> But it is expanded to undefined name. So it is not usable in any case.

Ah correct, I didn't notice _PyUnicode_AsString in the expanded result
(I checked with gcc -E).

When Py_LIMITED_API is set, PyObject_REPR(o) is expanded to
_PyUnicode_AsString(PyObject_Repr(o)).
History
Date User Action Args
2014-11-18 12:22:44vstinnersetrecipients: + vstinner, Chris.Colbert, serhiy.storchaka
2014-11-18 12:22:44vstinnerlinkissue22453 messages
2014-11-18 12:22:44vstinnercreate