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
{{ message }}
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.
@1st1 has strong feelings (I think) about monkeypatching being something that should be invoked explicitly instead of happening on import. I'm not sure of the concrete rationale in this particular case, where the monkeypatching has zero effect on the semantics of programs that don't use the library.
There is also potentially some complexity if we want to convince projects like sentry to start supporting this library out of the box, because they'll need to the tools to get their sys.excepthook patching and ours to play together properly.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@1st1 has strong feelings (I think) about monkeypatching being something that should be invoked explicitly instead of happening on import. I'm not sure of the concrete rationale in this particular case, where the monkeypatching has zero effect on the semantics of programs that don't use the library.
There is also potentially some complexity if we want to convince projects like sentry to start supporting this library out of the box, because they'll need to the tools to get their
sys.excepthook
patching and ours to play together properly.The text was updated successfully, but these errors were encountered: