diff options
author | Irit Katriel <1055913+iritkatriel@users.noreply.github.com> | 2021-11-09 22:05:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-09 22:05:30 (GMT) |
commit | c5bfb88eb6f82111bb1603ae9d78d0476b552d66 (patch) | |
tree | 1f82414eb63aef1ea2739415ef9869e2ccc2e827 /Misc/NEWS.d | |
parent | d29f591dd6b1dcd4f36b5b49761cf8225be690bd (diff) | |
download | cpython-c5bfb88eb6f82111bb1603ae9d78d0476b552d66.zip cpython-c5bfb88eb6f82111bb1603ae9d78d0476b552d66.tar.gz cpython-c5bfb88eb6f82111bb1603ae9d78d0476b552d66.tar.bz2 |
[3.10] bpo-45757: Fix bug where dis produced an incorrect oparg on EXTENDED_ARG before a no-arg opcode (GH-29480) (GH-29506)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-11-08-23-22-14.bpo-45757.MHZHt3.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-11-08-23-22-14.bpo-45757.MHZHt3.rst b/Misc/NEWS.d/next/Library/2021-11-08-23-22-14.bpo-45757.MHZHt3.rst new file mode 100644 index 0000000..f25638c --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-11-08-23-22-14.bpo-45757.MHZHt3.rst @@ -0,0 +1 @@ +Fix bug where :mod:`dis` produced an incorrect oparg when :opcode:`EXTENDED_ARG` is followed by an opcode that does not use its argument.
\ No newline at end of file |