added exception groups#25430
Conversation
gvanrossum
left a comment
There was a problem hiding this comment.
Is this what we will merge once the PEP is accepted?
(Note that the master -> main rename will happen at that time too. But supposedly PSs will be automatically adjusted. We’ll see.)
Sorry, something went wrong.
|
Probably mark as Draft? |
Sorry, something went wrong.
bbedd10 to
40c3cd0
Compare
April 16, 2021 14:03
iritkatriel
left a comment
There was a problem hiding this comment.
Is this what we will merge once the PEP is accepted?
That's the idea. The branch of the other PR is very old and compile.c/eval.c changed beyond what can be fixed with a rebase. So I started from scratch on a recent cut of master. Marked as draft for now.
Sorry, something went wrong.
81b6b08 to
cecdf32
Compare
April 20, 2021 18:42
|
You should probably merge this on main. |
Sorry, something went wrong.
…ality which is needed for cycle detection and except*'s reraise logic
cecdf32 to
0a9e6b5
Compare
May 11, 2021 23:33
|
I rebased and regenerated Python/importlib_external.h |
Sorry, something went wrong.
|
This PR is stale because it has been open for 30 days with no activity. |
Sorry, something went wrong.
First step of PEP-654: added Exception Groups (without updating traceback formatting).