diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-08-08 03:24:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-08 03:24:12 (GMT) |
commit | d9106434f77fa84c8a59f8e60dc9c14cdd989b35 (patch) | |
tree | 2b839cc6f69b99fdca0c689be6bb00cf5fb1bb4d /Misc | |
parent | deea701b7f9922e0991b129e84644c2d6b0995ae (diff) | |
download | cpython-d9106434f77fa84c8a59f8e60dc9c14cdd989b35.zip cpython-d9106434f77fa84c8a59f8e60dc9c14cdd989b35.tar.gz cpython-d9106434f77fa84c8a59f8e60dc9c14cdd989b35.tar.bz2 |
bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757)
(cherry picked from commit a4084b9d1e40c1c9259372263d1fe8c8a562b093)
Co-authored-by: Konge <zkonge@outlook.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-08-07-06-06-29.bpo-41497.aBtsWz.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-08-07-06-06-29.bpo-41497.aBtsWz.rst b/Misc/NEWS.d/next/Library/2020-08-07-06-06-29.bpo-41497.aBtsWz.rst new file mode 100644 index 0000000..2c863ed --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-08-07-06-06-29.bpo-41497.aBtsWz.rst @@ -0,0 +1 @@ +Fix potential UnicodeDecodeError in dis module.
\ No newline at end of file |