| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
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! |
Sorry, something went wrong.
|
do_raise has a complex code. Unless it contains similar bug I suggest to left refactoring to other issue. |
Sorry, something went wrong.
|
Any updates on this? |
Sorry, something went wrong.
There was a problem hiding this comment.
@serhiy-storchaka @vstinner
This PR is waiting for review for a long time.
Can you please take a look?
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #17658 +/- ##
===========================================
+ Coverage 82.11% 83.20% +1.08%
===========================================
Files 1956 1571 -385
Lines 589364 414752 -174612
Branches 44457 44457
===========================================
- Hits 483963 345084 -138879
+ Misses 95748 60021 -35727
+ Partials 9653 9647 -6
Continue to review full report at Codecov.
|
Sorry, something went wrong.
|
ping @serhiy-storchaka @vstinner this PR needs to be merged. |
Sorry, something went wrong.
|
@benjaminp: Please replace # with GH- in the commit message next time. Thanks! |
Sorry, something went wrong.
|
Thanks @coolreader18 for the PR, and @benjaminp for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.8, 3.9. |
Sorry, something went wrong.
|
GH-27572 is a backport of this pull request to the 3.10 branch. |
Sorry, something went wrong.
|
GH-27573 is a backport of this pull request to the 3.9 branch. |
Sorry, something went wrong.
|
Sorry, @coolreader18 and @benjaminp, I could not cleanly backport this to 3.8 due to a conflict. |
Sorry, something went wrong.
…-exception for gen.throw. (pythonGH-17658) Co-authored-by: Benjamin Peterson <benjamin@python.org> (cherry picked from commit 83ca46b) Co-authored-by: Noah <33094578+coolreader18@users.noreply.github.com>
…-exception for gen.throw. (pythonGH-17658) Co-authored-by: Benjamin Peterson <benjamin@python.org> (cherry picked from commit 83ca46b) Co-authored-by: Noah <33094578+coolreader18@users.noreply.github.com>
|
Thanks for the fix! |
Sorry, something went wrong.
|
Took 2 years but it's finally getting fixed! 😂 |
Sorry, something went wrong.
|
Better late than never. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
I added a type check in _PyErr_CreateException as @serhiy-storchaka suggested.
I'm not sure if I should replace the check in do_raise in ceval.c with a call to _PyErr_CreateException somehow, as it's effectively the same functionality?
https://bugs.python.org/issue39091