]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137838: Move _PyUOpInstruction buffer to PyInterpreterState (gh-138918)
authorDonghee Na <donghee.na@python.org>
Wed, 17 Sep 2025 17:50:16 +0000 (18:50 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Sep 2025 17:50:16 +0000 (18:50 +0100)
commitd873fb42f3535165f815c3c8e67d373a8d4cdfc5
tree8102eec957c375b4494dcf73345ed731cf5a6e84
parenta9b6b091411a4b54421b2f81edad9778d374e3f8
gh-137838: Move _PyUOpInstruction buffer to PyInterpreterState (gh-138918)
Include/internal/pycore_interp_structs.h
Include/internal/pycore_optimizer.h
Include/internal/pycore_uop.h [new file with mode: 0644]
Makefile.pre.in
PCbuild/pythoncore.vcxproj.filters
Python/optimizer.c
Python/pylifecycle.c
Python/pystate.c