]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-100987: Allow objects other than code objects as the "executable" of an internal...
authorMark Shannon <mark@hotpy.org>
Wed, 14 Jun 2023 12:46:37 +0000 (13:46 +0100)
committerGitHub <noreply@github.com>
Wed, 14 Jun 2023 12:46:37 +0000 (13:46 +0100)
commit7199584ac8632eab57612f595a7162ab8d2ebbc0
treeeda3183876d2ce6805796d5c8f7b0cd8abadc22e
parentad56340b665c5d8ac1f318964f71697bba41acb7
GH-100987: Allow objects other than code objects as the "executable" of an internal frame. (GH-105727)

* Add table describing possible executable classes for out-of-process debuggers.

* Remove shim code object creation code as it is no longer needed.

* Make lltrace a bit more robust w.r.t. non-standard frames.
28 files changed:
Include/internal/pycore_code.h
Include/internal/pycore_frame.h
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_interp.h
Include/internal/pycore_runtime_init_generated.h
Misc/NEWS.d/next/Core and Builtins/2023-06-09-10-48-17.gh-issue-100987.mK-xny.rst [new file with mode: 0644]
Objects/codeobject.c
Objects/frameobject.c
Objects/genobject.c
Objects/typeobject.c
Python/_warnings.c
Python/bytecodes.c
Python/ceval.c
Python/ceval_macros.h
Python/frame.c
Python/generated_cases.c.h
Python/instrumentation.c
Python/intrinsics.c
Python/legacy_tracing.c
Python/optimizer.c
Python/perf_trampoline.c
Python/pylifecycle.c
Python/pystate.c
Python/traceback.c
Python/tracemalloc.c
Tools/c-analyzer/cpython/ignored.tsv
Tools/gdb/libpython.py