]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106608: make uop trace variable length (#107531)
authorIvin Lee <62840497+rdrf2838@users.noreply.github.com>
Sat, 5 Aug 2023 04:10:46 +0000 (12:10 +0800)
committerGitHub <noreply@github.com>
Sat, 5 Aug 2023 04:10:46 +0000 (21:10 -0700)
commit4e6fac7fcc31fc6198fcddc612688b0a05ff7ae4
treed701e62ffe0cfef764c25c8eb2dd84ea3ebf0a5d
parent05a824f294f1409f33e32f1799d5b413dcf24445
gh-106608: make uop trace variable length (#107531)

Executors are now more like tuples.
Include/cpython/optimizer.h
Include/internal/pycore_uops.h
Misc/NEWS.d/next/Core and Builtins/2023-08-01-09-41-36.gh-issue-106608.OFZogw.rst [new file with mode: 0644]
Python/optimizer.c