Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
[3.8] bpo-25872: Fix KeyError using linecache from multiple threads (GH-20079)#20079
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…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 commitd72ea60)Co-authored-by: Michael Graczyk <mgraczyk@users.noreply.github.com>
@mgraczyk and@akuchling: Status check is done, and it's a failure ❌ . |
2 similar comments
@mgraczyk and@akuchling: Status check is done, and it's a failure ❌ . |
@mgraczyk and@akuchling: Status check is done, and it's a failure ❌ . |
@miss-islington: Status check is done, and it's a failure ❌ . |
@miss-islington: Status check is done, and it's a success ✅ . |
Uh oh!
There was an error while loading.Please reload this page.
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 commitd72ea60)
Co-authored-by: Michael Graczykmgraczyk@users.noreply.github.com
https://bugs.python.org/issue25872