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
[3.8] bpo-25872: Fix KeyError using linecache from multiple threads (pythonGH-18007)
The crash that this fixes occurs when using traceback and other modules from multiple threads;
del cache[filename] can raise a KeyError.
(cherry picked from commit d72ea60)
Co-authored-by: Michael Graczyk <[email protected]>
0 commit comments