Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
gh-117657: Fix QSBR race condition#118843
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
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
14 commits Select commitHold shift + click to select a range
f3a362d gh-117657: initialize_new_array
SonicFieldec921f7 gh-118817: Fix `asyncio REPL` on Windows (#118819)
Eclips4154a3f5 gh-117657: Acquire a critical section around `SemLock.__{enter,exit}_…
mpagea6bc4e3 gh-118773: Use language-invariant SDDL string instead of aliases for …
zooba63af4b5 gh-118849: Fix "code will never be executed" warning in `dictobject.c…
sobolevnfa80517 gh-118561: Fix crash involving list.extend in free-threaded build (#1…
colesburye0bb384 gh-116984: Make mimalloc header includes relative to the current file…
colesbury888d3d7 gh-118846: Fix PGO tests in free-threaded build (#118862)
colesbury64a7f49 gh-117657: Replace TSAN suppresions with more specific rules (#118722)
swtaarrsbb8677d gh-118851: Default ctx arguments to AST constructors to Load() (#118854)
JelleZijlstra9c4ae02 Revert "gh-115432: Add critical section variant that handles a NULL o…
colesbury6502eb3 Docs: fix typos in documentation (GH-118815)
xyb1dff338 Merge branch 'python:main' into main
SonicField0f901c9 gh-117657: initialize_new_array remove suppresion
SonicFieldFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
2 changes: 1 addition & 1 deletionInclude/internal/pycore_qsbr.h
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
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
11 changes: 6 additions & 5 deletionsPython/qsbr.c
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
1 change: 0 additions & 1 deletionTools/tsan/suppressions_free_threading.txt
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.