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
This causes the exception stack trace to be added to the instance
every time the exception is raised, increasing memory usage and causing
a memory leak.
The state to exception map is preserved without initialising the
exceptions, instead they are initialised when needed to be raised.
Fixes: 333ffdb
0 commit comments