[3.7] issue-25872: Fix KeyError using linecache from multiple threads (GH-18007) by miss-islington · Pull Request #20080 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Conversation
miss-islington
commented
May 13, 2020
miss-islington
commented
Contributor
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 mgraczyk@users.noreply.github.com
…onGH-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 <mgraczyk@users.noreply.github.com>
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
mentioned this pull request
bedevere-bot
added
skip news
awaiting review
labels
miss-islington
commented
May 13, 2020
miss-islington commented
Contributor Author
@mgraczyk and @akuchling: Status check is done, and it's a failure ❌ .
1 similar comment
miss-islington
commented
May 13, 2020
miss-islington commented
Contributor Author
@mgraczyk and @akuchling: Status check is done, and it's a failure ❌ .
akuchling
self-assigned this
akuchling
closed this
miss-islington
deleted the
backport-d72ea60-3.7
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment