Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
issue-25872: Fix KeyError using linecache from multiple threads (pyth…
…onGH-18007) The crash that this fixes occurs when using traceback and other modules from multiple threads; del cache[filename] can raise a KeyError.
- Loading branch information