diff options
author | Jelle Zijlstra <jelle.zijlstra@gmail.com> | 2024-06-20 14:07:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-20 14:07:24 (GMT) |
commit | e8e151d4715839f785ff853c77594d7302b40266 (patch) | |
tree | 2e83f26c9245bd90c84eb42cd37414f40fc40fc6 /Misc/NEWS.d | |
parent | 55596ae0446e40f47e2a28b8897fe9530c32a19a (diff) | |
download | cpython-e8e151d4715839f785ff853c77594d7302b40266.zip cpython-e8e151d4715839f785ff853c77594d7302b40266.tar.gz cpython-e8e151d4715839f785ff853c77594d7302b40266.tar.bz2 |
gh-120780: Show attribute name for LOAD_SPECIAL in dis output (#120781)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-06-19-23-08-25.gh-issue-120780.0Omopb.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-06-19-23-08-25.gh-issue-120780.0Omopb.rst b/Misc/NEWS.d/next/Library/2024-06-19-23-08-25.gh-issue-120780.0Omopb.rst new file mode 100644 index 0000000..df3cfbc --- /dev/null +++ b/Misc/NEWS.d/next/Library/2024-06-19-23-08-25.gh-issue-120780.0Omopb.rst @@ -0,0 +1 @@ +Show string value of LOAD_SPECIAL oparg in :mod:`dis` output. |