diff options
author | Bénédikt Tran <10796600+picnixz@users.noreply.github.com> | 2024-12-05 15:01:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-05 15:01:59 (GMT) |
commit | 67b9a5331ae45aa126877d7f96a1e235600f9c4b (patch) | |
tree | 8311be1530fa2a81fab9e415c2849b40e493d653 /Misc/NEWS.d/next/Library | |
parent | fcbe6ecdb6ed4dd93b2ee144f89a73af755e2634 (diff) | |
download | cpython-67b9a5331ae45aa126877d7f96a1e235600f9c4b.zip cpython-67b9a5331ae45aa126877d7f96a1e235600f9c4b.tar.gz cpython-67b9a5331ae45aa126877d7f96a1e235600f9c4b.tar.bz2 |
gh-127413: allow to show specialized bytecode via `dis` CLI (#127414)
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-11-29-14-45-26.gh-issue-127413.z11AUc.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-11-29-14-45-26.gh-issue-127413.z11AUc.rst b/Misc/NEWS.d/next/Library/2024-11-29-14-45-26.gh-issue-127413.z11AUc.rst new file mode 100644 index 0000000..2330fb6 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2024-11-29-14-45-26.gh-issue-127413.z11AUc.rst @@ -0,0 +1,2 @@ +Add the :option:`dis --specialized` command-line option to show specialized +bytecode. Patch by Bénédikt Tran. |