summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-11-28 07:08:12 (GMT)
committerGitHub <noreply@github.com>2022-11-28 07:08:12 (GMT)
commit345aaa41766d5ec2e34cf08beb79307caf5fc5cf (patch)
tree530677a84bd2b0bf3bd2ef65a26f54f165c88139 /Misc/NEWS.d
parentab87bcd91fdb5fddb0cea6f4a38ef9e6a679482b (diff)
downloadcpython-345aaa41766d5ec2e34cf08beb79307caf5fc5cf.zip
cpython-345aaa41766d5ec2e34cf08beb79307caf5fc5cf.tar.gz
cpython-345aaa41766d5ec2e34cf08beb79307caf5fc5cf.tar.bz2
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>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2022-11-21-17-56-18.gh-issue-51524.nTykx8.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-11-21-17-56-18.gh-issue-51524.nTykx8.rst b/Misc/NEWS.d/next/Library/2022-11-21-17-56-18.gh-issue-51524.nTykx8.rst
new file mode 100644
index 0000000..63fe7b8
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-11-21-17-56-18.gh-issue-51524.nTykx8.rst
@@ -0,0 +1 @@
+Fix bug when calling trace.CoverageResults with valid infile.