]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107674: Improve performance of `sys.settrace` (GH-114986)
authorTian Gao <gaogaotiantian@hotmail.com>
Wed, 28 Feb 2024 15:21:42 +0000 (07:21 -0800)
committerGitHub <noreply@github.com>
Wed, 28 Feb 2024 15:21:42 +0000 (15:21 +0000)
commit0a61e237009bf6b833e13ac635299ee063377699
tree3f4b945c0e65971740f7a0a3b4d38c2624bcd9a7
parent9578288a3e5a7f42d1f3bec139c0c85b87775c90
gh-107674: Improve performance of `sys.settrace` (GH-114986)
Misc/NEWS.d/next/Core and Builtins/2024-02-04-07-45-29.gh-issue-107674.q8mCmi.rst [new file with mode: 0644]
Python/bytecodes.c
Python/ceval.c
Python/ceval_macros.h
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/instrumentation.c