]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137838: Fix JIT trace buffer overrun by increasing possible exit stubs (gh-138177)
authorDonghee Na <donghee.na@python.org>
Tue, 9 Sep 2025 00:51:08 +0000 (09:51 +0900)
committerGitHub <noreply@github.com>
Tue, 9 Sep 2025 00:51:08 +0000 (09:51 +0900)
commit5edfe55acf29f7c36f585bcff7f96c244c43f9ae
tree1758148c84accd896711533a3b27b0527c74b873
parent03ee060ec8408303cd271660d0ec27c33d80b676
gh-137838: Fix JIT trace buffer overrun by increasing possible exit stubs (gh-138177)
Include/internal/pycore_optimizer.h
Lib/test/test_sys_settrace.py
Lib/test/test_trace.py
Misc/NEWS.d/next/Core_and_Builtins/2025-08-27-17-51-38.gh-issue-137838.lK6T0j.rst [new file with mode: 0644]
Python/optimizer.c