]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45256: Don't track the exact depth of each `InterpreterFrame` (GH-30372)
authorBrandt Bucher <brandt@python.org>
Wed, 5 Jan 2022 11:30:26 +0000 (03:30 -0800)
committerGitHub <noreply@github.com>
Wed, 5 Jan 2022 11:30:26 +0000 (11:30 +0000)
commit332e6b972567debfa9d8f3f9a4a966c7ad15eec9
treeb5813cf03292f6639c9dc2a97d470390dafb37e5
parentcae55542d23e606dde9819d5dadd7430085fcc77
bpo-45256: Don't track the exact depth of each `InterpreterFrame` (GH-30372)
Include/internal/pycore_frame.h
Lib/test/test_sys.py
Python/ceval.c
Tools/gdb/libpython.py