Skip to content

gh-150750: Fix a race condition in deque.index with free-threading#150779

Merged
sobolevn merged 3 commits into
python:mainfrom
sobolevn:issue-150750
Jun 4, 2026
Merged

gh-150750: Fix a race condition in deque.index with free-threading#150779
sobolevn merged 3 commits into
python:mainfrom
sobolevn:issue-150750

Conversation

@sobolevn
Copy link
Copy Markdown
Member

@sobolevn sobolevn commented Jun 2, 2026

Typo in Modules/posixmodule.c is unrelated, but I just noticed it and decided to fix.

@rhettinger rhettinger self-assigned this Jun 2, 2026
Comment thread Lib/test/test_free_threading/test_collections.py Outdated
@sobolevn sobolevn enabled auto-merge (squash) June 4, 2026 13:00
@sobolevn sobolevn added needs backport to 3.14 bugs and security fixes needs backport to 3.15 pre-release feature fixes, bugs and security fixes labels Jun 4, 2026
@sobolevn sobolevn merged commit d83d50b into python:main Jun 4, 2026
55 checks passed
@miss-islington-app
Copy link
Copy Markdown

Thanks @sobolevn for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14, 3.15.
🐍🍒⛏🤖

@bedevere-app
Copy link
Copy Markdown

bedevere-app Bot commented Jun 4, 2026

GH-150920 is a backport of this pull request to the 3.15 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.15 pre-release feature fixes, bugs and security fixes label Jun 4, 2026
@bedevere-app
Copy link
Copy Markdown

bedevere-app Bot commented Jun 4, 2026

GH-150921 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.14 bugs and security fixes label Jun 4, 2026
sobolevn added a commit that referenced this pull request Jun 4, 2026
…eading (GH-150779) (#150921)

gh-150750: Fix a race condition in `deque.index` with free-threading (GH-150779)
(cherry picked from commit d83d50b)

Co-authored-by: sobolevn <mail@sobolevn.me>
sobolevn added a commit that referenced this pull request Jun 4, 2026
…eading (GH-150779) (#150920)

gh-150750: Fix a race condition in `deque.index` with free-threading (GH-150779)
(cherry picked from commit d83d50b)

Co-authored-by: sobolevn <mail@sobolevn.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants