]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] bpo-46128: Strip IsolatedAsyncioTestCase frames from reported stacktraces...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 13 Nov 2024 04:48:30 +0000 (05:48 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Nov 2024 04:48:30 +0000 (04:48 +0000)
commitb03ba54efc6509a59fd6971f9769c0d9dced1db6
tree119237db7080de0078e133fcbcced3125910ba86
parent13fe8f946e60f28a7ae3b1e540973986f4eb357c
[3.13] bpo-46128: Strip IsolatedAsyncioTestCase frames from reported stacktraces (GH-30196) (#126770)

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]