STINNER Victor added the comment: @belopolsky: Tools/gdb/libpython.py still uses gdb.error in gdb.selected_frame():
try: frame = cls.get_selected_frame() except gdb.error: # No frame: Python didn't start yet return None See my commit 610f5d739dd22bce352bde59dce3985c73aaefab. Should we change this line as well? ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29680> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com