diff options
author | Tian Gao <gaogaotiantian@hotmail.com> | 2023-09-13 08:47:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-13 08:47:35 (GMT) |
commit | d69805b38a1815e7aaadf49bdd019c7cca105ac6 (patch) | |
tree | d57297e29dc64b91274b5d081b77c870825bfe90 /Misc/NEWS.d | |
parent | a0c06a4f933faccd7f8201701b2491d38464212c (diff) | |
download | cpython-d69805b38a1815e7aaadf49bdd019c7cca105ac6.zip cpython-d69805b38a1815e7aaadf49bdd019c7cca105ac6.tar.gz cpython-d69805b38a1815e7aaadf49bdd019c7cca105ac6.tar.bz2 |
gh-109156: Add tests for de-instrumenting instructions with instrumented lines (GH-109157)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2023-09-08-18-31-04.gh-issue-109156.KK1EXI.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-09-08-18-31-04.gh-issue-109156.KK1EXI.rst b/Misc/NEWS.d/next/Core and Builtins/2023-09-08-18-31-04.gh-issue-109156.KK1EXI.rst new file mode 100644 index 0000000..e681482 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2023-09-08-18-31-04.gh-issue-109156.KK1EXI.rst @@ -0,0 +1 @@ +Add tests for de-instrumenting instructions while keeping the instrumentation for lines |