Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.12] gh-131677: Fix flaky test_lru_cache_threaded3 (gh-131679) #131693

Merged
merged 1 commit into from
Mar 24, 2025

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Mar 24, 2025

The call to with self.subTest(...) was not thread-safe.
(cherry picked from commit a123245)

Co-authored-by: Sam Gross colesbury@gmail.com

The call to `with self.subTest(...)` was not thread-safe.
(cherry picked from commit a123245)

Co-authored-by: Sam Gross <colesbury@gmail.com>
@bedevere-app bedevere-app bot added tests Tests in the Lib/test dir awaiting review labels Mar 24, 2025
@colesbury colesbury enabled auto-merge (squash) March 24, 2025 20:42
@colesbury colesbury merged commit e78280d into python:3.12 Mar 24, 2025
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants