]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 28 Jun 2020 10:34:22 +0000 (13:34 +0300)
committerGitHub <noreply@github.com>
Sun, 28 Jun 2020 10:34:22 +0000 (13:34 +0300)
commit04cdeb7a5617c48102f45b965e683b12cdf934f8
tree3bd991eee90cd9d9016d8b13d00b4dfdb689a8c0
parentcd3c2bdd5d53db7fe1d546543d32000070916552
bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177)

Fix also a resource warning when store counts and module info.
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]