Skip to content

Conversation

@ericsnowcurrently
Copy link
Member

@ericsnowcurrentlyericsnowcurrently commented Apr 2, 2024

I had meant to switch to InterpreterError a while back. At the time I missed a few key spots.

As part of this, I've added print-the-exception to _PyXI_InitTypes() and fixed an error case in `_PyStaticType_InitBuiltin().

@ericsnowcurrentlyericsnowcurrently merged commit 976bcb2 into python:mainApr 3, 2024
@ericsnowcurrentlyericsnowcurrently deleted the raise-interpretererror-not-runtimeerror branch April 3, 2024 16:58
diegorusso pushed a commit to diegorusso/cpython that referenced this pull request Apr 17, 2024
…7489) I had meant to switch everything to InterpreterError when I added it a while back. At the time I missed a few key spots. As part of this, I've added print-the-exception to _PyXI_InitTypes() and fixed an error case in `_PyStaticType_InitBuiltin().
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@ericsnowcurrently