]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-150478: Add "show_jit" option to `dis.dis` to show jit entry points (GH-150554)
authorMark Shannon <Mark.Shannon@arm.com>
Mon, 1 Jun 2026 16:52:40 +0000 (17:52 +0100)
committerGitHub <noreply@github.com>
Mon, 1 Jun 2026 16:52:40 +0000 (17:52 +0100)
commit4996b99695a04c247de5b1fd5a38674a9d0775c6
tree06746d03972f8d7efc880acb39f55928be78280f
parente8034dd841808416e243a4b2f8e08f0edf9caff3
GH-150478: Add "show_jit" option to `dis.dis` to show jit entry points (GH-150554)

* Shows `ENTER_EXECUTOR` instructions
Lib/dis.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Library/2026-05-28-23-38-46.gh-issue-150478.qEr0E-.rst [new file with mode: 0644]