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
We cannot use `weakref` always since built-in exception types like
`ZeroDivisionError` raise a `TypeError`.
This makes the memory usage at least a little better for custom
exception types.
#### Issues
* resolves: #3165
* resolves: PY-17
0 commit comments