STINNER Victor <[email protected]> added the comment:
The bug can be reproduced using this change:
diff --git a/Tools/gdb/libpython.py b/Tools/gdb/libpython.py
index bf4047419e..f973d4d4bd 100755
--- a/Tools/gdb/libpython.py
+++ b/Tools/gdb/libpython.py
@@ -402,6 +402,7 @@ class PyObjectPtr(object):
the pointer accordingly.
'''
try:
+ raise RuntimeError
p = PyObjectPtr(gdbval)
cls = cls.subclass_from_type(p.type())
return cls(gdbval, cast_to=cls.get_gdb_type())
(Don't forget to run "make" again to copy Tools/gdb/libpython.py to
python-gdb.py.)
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue34989>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com