You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An exception raised in a EXCEPTION_HANDLED callback triggers an assert in a debug build of 3.12b4. I was using the following incorrect signature for a callback method and registering it as a bound method --
An exception raised in a EXCEPTION_HANDLED callback triggers an assert in a debug build of 3.12b4. I was using the following incorrect signature for a callback method and registering it as a bound method --
def _py_handled_event(self, instruction_offset: int, exception: BaseException):
This was my mistake (it was a simple oversight while editing) but it the calling code should handle the exception without crashing.
I mentioned this in #103082 but was encouraged to create a separate bug for it.
The text was updated successfully, but these errors were encountered: