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
Reword docs for exception_handler in CallbackRegistry.
- Describe the signature of `exception_handler` in prose (the parameter
name is not actually relevant, nor is the return value).
- "Consuming" an exception is not a standard idiom.
- Picklability is a detail here only relevant if you want to pickle the
CallbackRegistry, and anyways it is generally true that setting an
unpicklable attribute on an otherwise picklable object will make that
object unpicklable.
- The description of the default exception handler was incorrect.
0 commit comments