]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46128: Strip IsolatedAsyncioTestCase frames from reported stacktraces (#30196)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Wed, 13 Nov 2024 04:24:33 +0000 (05:24 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Nov 2024 04:24:33 +0000 (05:24 +0100)
commit2e39d77ddeb51505d65fd54ccfcd72615c6b1927
treeeda1eb84fdc2f51655dcc0a1e52a293141963923
parent8cc6e5c8751139e86b2a9fa5228795e6c5caaff9
bpo-46128: Strip IsolatedAsyncioTestCase frames from reported stacktraces (#30196)

* Strip IsolatedAsyncioTestCase frames from reported stacktraces

* Update Misc/NEWS.d/next/Library/2021-12-19-10-47-24.bpo-46128.Qv3EK1.rst

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
---------

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Lib/unittest/async_case.py
Misc/NEWS.d/next/Library/2021-12-19-10-47-24.bpo-46128.Qv3EK1.rst [new file with mode: 0644]