FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-122581: Use parser mutex in default build for subinterpreters by colesbury · Pull Request #142959 · python/cpython · GitHub

/ cpython Public

gh-122581: Use parser mutex in default build for subinterpreters - #142959

Merged
colesbury merged 1 commit into
python:mainfrom
colesbury:gh-122581-parser-stats
Dec 20, 2025
Merged

gh-122581: Use parser mutex in default build for subinterpreters#142959
colesbury merged 1 commit into
python:mainfrom
colesbury:gh-122581-parser-stats

Conversation

colesbury commented Dec 18, 2025
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

The data race also affected subinterpreters in the default build.

Copy link
Copy Markdown
Contributor Author

This was caught by running ./python -m test test_datetime -m test_concurrent_initialization_subinterpreter -v with TSan, but that test still can't be enabled because there are other unfixed data races.

Copy link
Copy Markdown
Member

Ouch, I wrote that test as part of #136583. What other races are you seeing?

Copy link
Copy Markdown
Contributor Author

@ZeroIntensity - Mostly things from #129824

ZeroIntensity left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

There's not much else to discuss here, LGTM.

colesbury merged commit 2b4feee into python:main Dec 20, 2025
54 checks passed
colesbury deleted the gh-122581-parser-stats branch December 20, 2025 20:37
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL