summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorJack Hindmarch <1750152+jackh-ncl@users.noreply.github.com>2022-10-18 15:59:05 (GMT)
committerGitHub <noreply@github.com>2022-10-18 15:59:05 (GMT)
commitdebacd9ad51eaeedac5517404de5ead3f2258c22 (patch)
treea9fc011f163afa7fdfd28a1ef376f2edcc09f7b3 /Misc/NEWS.d
parentdb03c8066a6b12fa23618f9add0eb795936726b4 (diff)
downloadcpython-debacd9ad51eaeedac5517404de5ead3f2258c22.zip
cpython-debacd9ad51eaeedac5517404de5ead3f2258c22.tar.gz
cpython-debacd9ad51eaeedac5517404de5ead3f2258c22.tar.bz2
gh-92886: Fixing tests that fail when running with optimizations (`-O`) in `test_sys_settrace.py` (GH-93234)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Tests/2022-05-25-22-43-11.gh-issue-92886.9HQb9e.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2022-05-25-22-43-11.gh-issue-92886.9HQb9e.rst b/Misc/NEWS.d/next/Tests/2022-05-25-22-43-11.gh-issue-92886.9HQb9e.rst
new file mode 100644
index 0000000..0c58704
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2022-05-25-22-43-11.gh-issue-92886.9HQb9e.rst
@@ -0,0 +1 @@
+Fixing tests that fail when running with optimizations (``-O``) in ``test_sys_settrace.py``.