commit | d72ea605218bbee6ae46648997d9bb76d0fba460 | [log] [tgz] |
---|---|---|
author | Michael Graczyk <mgraczyk@users.noreply.github.com> | Wed May 13 17:41:57 2020 -0500 |
committer | GitHub <noreply@github.com> | Wed May 13 18:41:57 2020 -0400 |
tree | 17f485c685bed468a44e2ed27e3c3e4b639ab805 | |
parent | 97e1568325e4d8eff2fc80eeb174b3f3e5d1c350 [diff] |
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.