]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115999: Fix gdb support for libpython.so after thread-local bytecode change (...
authorT. Wouters <thomas@python.org>
Tue, 5 Nov 2024 14:49:27 +0000 (15:49 +0100)
committerGitHub <noreply@github.com>
Tue, 5 Nov 2024 14:49:27 +0000 (15:49 +0100)
commitbbfd9c92fa3e3d77a86c7858617eb3d09de44fd1
treeedfdf391989e4f9de9860e5d2a51663a3228e8b4
parent75872605aa78dbdfc5c4f025b0f90a7f37ba10c3
gh-115999: Fix gdb support for libpython.so after thread-local bytecode change (#126440)

Fix the gdb pretty printer in the face of --enable-shared by delaying the attempt to load the _PyInterpreterFrame definition until after .so files are loaded.
Tools/gdb/libpython.py