summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-06-28 10:52:26 (GMT)
committerGitHub <noreply@github.com>2020-06-28 10:52:26 (GMT)
commitd1e05e78a3995fd7e5a79c5c6e4c8160aa48af22 (patch)
tree64204b9e8968f0eed6c0d0487187c1fb030d33d6 /Misc
parent1497bf66f9b043e6db3801b1512cfbdeaaaa6650 (diff)
downloadcpython-d1e05e78a3995fd7e5a79c5c6e4c8160aa48af22.zip
cpython-d1e05e78a3995fd7e5a79c5c6e4c8160aa48af22.tar.gz
cpython-d1e05e78a3995fd7e5a79c5c6e4c8160aa48af22.tar.bz2
bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177)
Fix also a resource warning when store counts and module info. (cherry picked from commit 04cdeb7a5617c48102f45b965e683b12cdf934f8) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2020-06-27-13-51-36.bpo-41138.bIpf7g.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-06-27-13-51-36.bpo-41138.bIpf7g.rst b/Misc/NEWS.d/next/Library/2020-06-27-13-51-36.bpo-41138.bIpf7g.rst
new file mode 100644
index 0000000..839d430
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-06-27-13-51-36.bpo-41138.bIpf7g.rst
@@ -0,0 +1,2 @@
+Fixed the :mod:`trace` module CLI for Python source files with non-UTF-8
+encoding.