]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] bpo-46128: Strip IsolatedAsyncioTestCase frames from reported stacktraces...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 13 Nov 2024 09:20:47 +0000 (10:20 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Nov 2024 09:20:47 +0000 (09:20 +0000)
commitdd212592834bb3a4be43b5d7d1a90876701e9885
tree16a74ae0cc0ca6478e2a556dd4ed9b265ec285bf
parent951ed3305489ef2180972c9786de0ff61042128b
[3.12] bpo-46128: Strip IsolatedAsyncioTestCase frames from reported stacktraces (GH-30196) (#126771)

bpo-46128: Strip IsolatedAsyncioTestCase frames from reported stacktraces (GH-30196)

---------

(cherry picked from commit 2e39d77ddeb51505d65fd54ccfcd72615c6b1927)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.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]