[New-bugs-announce] [issue29673] Some gdb macros are broken in 3.6

Alexander Belopolsky report at bugs.python.org
Mon Feb 27 19:02:47 EST 2017


New submission from Alexander Belopolsky:

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.

----------
messages: 288684
nosy: belopolsky
priority: normal
severity: normal
status: open
title: Some gdb macros are broken in 3.6
versions: Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29673>
_______________________________________


More information about the New-bugs-announce mailing list