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 belopolsky
Recipients belopolsky
Date 2017-02-28.00:02:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488240167.08.0.156874874183.issue29673@psf.upfronthosting.co.za>
In-reply-to
Content
Some gdb macros defined in Misc/gdbinit got broken when _PyUnicode_AsString was renamed to PyUnicode_AsUTF8.

(gdb) pystack
No symbol "_PyUnicode_AsString" in current context.
History
Date User Action Args
2017-02-28 00:02:47belopolskysetrecipients: + belopolsky
2017-02-28 00:02:47belopolskysetmessageid: <1488240167.08.0.156874874183.issue29673@psf.upfronthosting.co.za>
2017-02-28 00:02:47belopolskylinkissue29673 messages
2017-02-28 00:02:46belopolskycreate