]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127413: allow to show specialized bytecode via `dis` CLI (#127414)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Thu, 5 Dec 2024 15:01:59 +0000 (16:01 +0100)
committerGitHub <noreply@github.com>
Thu, 5 Dec 2024 15:01:59 +0000 (15:01 +0000)
commit67b9a5331ae45aa126877d7f96a1e235600f9c4b
tree8311be1530fa2a81fab9e415c2849b40e493d653
parentfcbe6ecdb6ed4dd93b2ee144f89a73af755e2634
gh-127413: allow to show specialized bytecode via `dis` CLI (#127414)
Doc/library/dis.rst
Doc/whatsnew/3.14.rst
Lib/dis.py
Misc/NEWS.d/next/Library/2024-11-29-14-45-26.gh-issue-127413.z11AUc.rst [new file with mode: 0644]