https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111385
Bug ID: 111385 Summary: Remove Python2 support from pretty printers Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: redi at gcc dot gnu.org Target Milestone: --- GDB 13 dropped support for Python2, which means at some point we can simplify the libstdc++ pretty printers to remove the py2 compat code. We need to wait until older versions of GDB still using py2 have become obsolete, so that our printers don't become incompatible with versions of GDB still in wide use. For example, the gdb-7.6 in RHEL 7 uses python 2.7 and is supported until June 2024.