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
It happens because in _sharedexception_bind %S format specifier is used and exception type is passed to PyUnicode_FromFormat, i. e. PyObject_Str is called on exception type in order to get its name: