]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-51524: Fix bug when calling trace.CoverageResults with valid infile (GH-99629)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 28 Nov 2022 07:08:12 +0000 (23:08 -0800)
committerGitHub <noreply@github.com>
Mon, 28 Nov 2022 07:08:12 +0000 (23:08 -0800)
commit345aaa41766d5ec2e34cf08beb79307caf5fc5cf
tree530677a84bd2b0bf3bd2ef65a26f54f165c88139
parentab87bcd91fdb5fddb0cea6f4a38ef9e6a679482b
gh-51524: Fix bug when calling trace.CoverageResults with valid infile (GH-99629)

(cherry picked from commit 594de165bf2f21d6b28eb17003ea78fc20c0ffed)

Co-authored-by: Furkan Onder <furkanonder@protonmail.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/test/test_trace.py
Lib/trace.py
Misc/NEWS.d/next/Library/2022-11-21-17-56-18.gh-issue-51524.nTykx8.rst [new file with mode: 0644]