-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-39764: Make Task.get_stack accept ag_frame #18669
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
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept this contribution by verifying everyone involved has signed the PSF contributor agreement (CLA). CLA MissingOur records indicate the following people have not signed the CLA: For legal reasons we need all the people listed to sign the CLA before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. If you have recently signed the CLA, please wait at least one business day You can check yourself to see if the CLA has been received. Thanks again for the contribution, we look forward to reviewing it! |
The test failure seems due to flake:
|
I'll close/reopen the PR to rerun the CI |
Please add a NEWS entry with blurb and update what's new |
@1st1 Thanks for the quick review. I have updated the blurb (first time using this tool). |
Codecov Report
@@ Coverage Diff @@
## master #18669 +/- ##
=========================================
Coverage 82.12% 82.13%
=========================================
Files 1956 1955 -1
Lines 589798 584496 -5302
Branches 44477 44481 +4
=========================================
- Hits 484388 480047 -4341
+ Misses 95756 94802 -954
+ Partials 9654 9647 -7
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@asvetlov Is there any additional work I need to do to get this PR merged? |
No, everything is perfect! |
@asvetlov: Please replace |
Thanks @lidizheng for the PR, and @asvetlov for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> (cherry picked from commit 4482337) Co-authored-by: Lidi Zheng <scallopsky@gmail.com>
GH-18742 is a backport of this pull request to the 3.8 branch. |
The title will be updated after the issue's creation.
https://bugs.python.org/issue39764
Automerge-Triggered-By: @asvetlov