summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2020-06-28 10:34:22 (GMT)
committerGitHub <noreply@github.com>2020-06-28 10:34:22 (GMT)
commit04cdeb7a5617c48102f45b965e683b12cdf934f8 (patch)
tree3bd991eee90cd9d9016d8b13d00b4dfdb689a8c0 /Misc
parentcd3c2bdd5d53db7fe1d546543d32000070916552 (diff)
downloadcpython-04cdeb7a5617c48102f45b965e683b12cdf934f8.zip
cpython-04cdeb7a5617c48102f45b965e683b12cdf934f8.tar.gz
cpython-04cdeb7a5617c48102f45b965e683b12cdf934f8.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.
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.