diff options
author | Ijtaba Hussain <ijtabahussain@live.com> | 2023-09-07 07:41:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-07 07:41:38 (GMT) |
commit | 3e53ac99038920550358c1ea0212c3907a8cb385 (patch) | |
tree | e43936abac7181055054c7c0eeae19fe7726f591 /Misc/NEWS.d/next | |
parent | babdced23fc299b7607ac76abfdd7a81050f8359 (diff) | |
download | cpython-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-.rst | 1 |
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 |