]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-107674: Avoid allocating boxed ints for `sys.settrace` line events (GH-107780)
authorMark Shannon <mark@hotpy.org>
Thu, 10 Aug 2023 12:35:02 +0000 (13:35 +0100)
committerGitHub <noreply@github.com>
Thu, 10 Aug 2023 12:35:02 +0000 (13:35 +0100)
commit37d8b904f8b5b660f556597b21c0933b841d18de
treeb194283057e25c3165260ad5278f9bea57e8df8b
parent1d976b2da26cd62b5d0e860e3055df6fb893577f
GH-107674: Avoid allocating boxed ints for `sys.settrace` line events (GH-107780)
Misc/NEWS.d/next/Core and Builtins/2023-08-05-04-47-18.gh-issue-107674.0sYhR2.rst [new file with mode: 0644]
Python/instrumentation.c