]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 28 Jun 2020 10:52:26 +0000 (03:52 -0700)
committerGitHub <noreply@github.com>
Sun, 28 Jun 2020 10:52:26 +0000 (03:52 -0700)
commitd1e05e78a3995fd7e5a79c5c6e4c8160aa48af22
tree64204b9e8968f0eed6c0d0487187c1fb030d33d6
parent1497bf66f9b043e6db3801b1512cfbdeaaaa6650
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>
Lib/test/test_trace.py
Lib/trace.py
Misc/NEWS.d/next/Library/2020-06-27-13-51-36.bpo-41138.bIpf7g.rst [new file with mode: 0644]