]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] GH-107674: Avoid allocating boxed ints for `sys.settrace` line events (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 6 Apr 2025 19:48:53 +0000 (21:48 +0200)
committerGitHub <noreply@github.com>
Sun, 6 Apr 2025 19:48:53 +0000 (19:48 +0000)
commit55b230333fc86137271d9e253abb3e4b61c2978f
tree5748b8a6a88cf19c1606a31abadc95fd971e3a07
parent0bfb3ba9742989491ebdd7b4d5cee6f00282b100
[3.12] GH-107674: Avoid allocating boxed ints for `sys.settrace` line events (GH-107780) (#107841)

GH-107674: Avoid allocating boxed ints for `sys.settrace` line events (GH-107780)
(cherry picked from commit 37d8b904f8b5b660f556597b21c0933b841d18de)

Co-authored-by: Mark Shannon <mark@hotpy.org>
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