-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-46128: Strip IsolatedAsyncioTestCase frames from reported stacktraces #30196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Misc/NEWS.d/next/Library/2021-12-19-10-47-24.bpo-46128.Qv3EK1.rst
Outdated
Show resolved
Hide resolved
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Unfortunately, it doesn't hide internal |
This PR is stale because it has been open for 30 days with no activity. |
This missed the boat for inclusion in Python 3.9 which accepts security fixes only as of today. |
(I'm working my way through some PRs which have been approved and are labeled "awaiting merge", hence my seemingly bolt from the blue comment. Why? Read here.) It appears that @ezio-melotti removed the |
The |
This missed the boat for inclusion in Python 3.10 which accepts security fixes only as of this week. This PR is marked as a draft, but has two approvals from core devs. Is it ready for merge? |
Guys, the PR was useless until Python 3.11, which have rewritten I suggest backporting to 3.12/3.13 because the backport cannot break anything, but I'm fine with merging to the master only if @Yhg1s has objections. |
Thanks @asvetlov for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…aces (pythonGH-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> --------- (cherry picked from commit 2e39d77) 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>
…aces (pythonGH-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> --------- (cherry picked from commit 2e39d77) 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>
GH-126770 is a backport of this pull request to the 3.13 branch. |
GH-126771 is a backport of this pull request to the 3.12 branch. |
…stacktraces (GH-30196) (#126770) bpo-46128: Strip IsolatedAsyncioTestCase frames from reported stacktraces (GH-30196) --------- (cherry picked from commit 2e39d77) 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>
…stacktraces (GH-30196) (#126771) bpo-46128: Strip IsolatedAsyncioTestCase frames from reported stacktraces (GH-30196) --------- (cherry picked from commit 2e39d77) 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>
…aces (python#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>
…aces (python#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>
https://bugs.python.org/issue46128