diff options
author | Michael Graczyk <mgraczyk@users.noreply.github.com> | 2020-05-13 22:41:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-13 22:41:57 (GMT) |
commit | d72ea605218bbee6ae46648997d9bb76d0fba460 (patch) | |
tree | 17f485c685bed468a44e2ed27e3c3e4b639ab805 /Objects | |
parent | 97e1568325e4d8eff2fc80eeb174b3f3e5d1c350 (diff) | |
download | cpython-d72ea605218bbee6ae46648997d9bb76d0fba460.zip cpython-d72ea605218bbee6ae46648997d9bb76d0fba460.tar.gz cpython-d72ea605218bbee6ae46648997d9bb76d0fba460.tar.bz2 |
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.
Diffstat (limited to 'Objects')
0 files changed, 0 insertions, 0 deletions