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
From Python docs[0]:
The base class for all built-in exceptions. It is not meant to be directly inherited by user-defined classes (for that, use Exception).
BaseException can be a problem by code that catches Exception. I had problems with celery.
That should be backwards compatible, since Exception inherits from BaseException
[0] https://docs.python.org/2/library/exceptions.html
0 commit comments