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 was archived by the owner on Nov 30, 2024. It is now read-only.
The method failure_lines uses exception_lines 3 times, which uses exception.message.
In some situation, exception.message can be slow (when inspect is called on a big object for example).
Without caching, this delay which can become considerable will be amplified by 3x.
0 commit comments