Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[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

Conversation

@miss-islington
Copy link
Contributor

@miss-islingtonmiss-islington commentedMay 13, 2020
edited by bedevere-bot
Loading

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

…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>
@miss-islington
Copy link
ContributorAuthor

@mgraczyk and@akuchling: Status check is done, and it's a failure ❌ .

2 similar comments
@miss-islington
Copy link
ContributorAuthor

@mgraczyk and@akuchling: Status check is done, and it's a failure ❌ .

@miss-islington
Copy link
ContributorAuthor

@mgraczyk and@akuchling: Status check is done, and it's a failure ❌ .

@akuchlingakuchling self-assigned thisMay 14, 2020
@akuchlingakuchling changed the title[3.8] issue-25872: Fix KeyError using linecache from multiple threads (GH-18007)[3.8] bpo-25872: Fix KeyError using linecache from multiple threads (GH-20079)May 14, 2020
@miss-islington
Copy link
ContributorAuthor

@miss-islington: Status check is done, and it's a failure ❌ .

@miss-islington
Copy link
ContributorAuthor

@miss-islington: Status check is done, and it's a success ✅ .

@miss-islingtonmiss-islington deleted the backport-d72ea60-3.8 branchMay 14, 2020 19:13
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

@akuchlingakuchling

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@miss-islington@akuchling@the-knights-who-say-ni@bedevere-bot@mgraczyk

[8]ページ先頭

©2009-2025 Movatter.jp