summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorIjtaba Hussain <ijtabahussain@live.com>2023-09-07 07:41:38 (GMT)
committerGitHub <noreply@github.com>2023-09-07 07:41:38 (GMT)
commit3e53ac99038920550358c1ea0212c3907a8cb385 (patch)
treee43936abac7181055054c7c0eeae19fe7726f591 /Misc/NEWS.d/next
parentbabdced23fc299b7607ac76abfdd7a81050f8359 (diff)
downloadcpython-3e53ac99038920550358c1ea0212c3907a8cb385.zip
cpython-3e53ac99038920550358c1ea0212c3907a8cb385.tar.gz
cpython-3e53ac99038920550358c1ea0212c3907a8cb385.tar.bz2
gh-103186: Suppress and assert expected RuntimeWarnings in test_sys_settrace (GH-103244)
Caused as a result of frame manipulation where locals are never assigned / initialised.
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Tests/2023-04-05-06-45-20.gh-issue-103186.640Eg-.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2023-04-05-06-45-20.gh-issue-103186.640Eg-.rst b/Misc/NEWS.d/next/Tests/2023-04-05-06-45-20.gh-issue-103186.640Eg-.rst
new file mode 100644
index 0000000..2f596aa
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2023-04-05-06-45-20.gh-issue-103186.640Eg-.rst
@@ -0,0 +1 @@
+Suppress and assert expected RuntimeWarnings in test_sys_settrace.py