issue-25872: Fix KeyError using linecache from multiple threads (GH-18007)
The crash that this fixes occurs when using traceback and other modules from multiple threads; del cache[filename] can raise a KeyError.
M
Michael Graczyk committed
d72ea605218bbee6ae46648997d9bb76d0fba460
Parent: 97e1568
Committed by GitHub <noreply@github.com>
on 5/13/2020, 10:41:57 PM