Skip to content

gh-149816: add missing critical section on self in buffered_iternext - #150295

Merged
kumaraditya303 merged 2 commits into
python:mainfrom
kumaraditya303:io
May 23, 2026
Merged

gh-149816: add missing critical section on self in buffered_iternext#150295
kumaraditya303 merged 2 commits into
python:mainfrom
kumaraditya303:io

Conversation

@kumaraditya303

@kumaraditya303kumaraditya303 commented May 23, 2026

Copy link
Copy Markdown
Contributor

@kumaraditya303kumaraditya303 added skip news topic-free-threading needs backport to 3.14 bugs and security fixes needs backport to 3.15 pre-release feature fixes, bugs and security fixes labels May 23, 2026
@kumaraditya303
kumaraditya303 enabled auto-merge (squash) May 23, 2026 07:58
@bedevere-appbedevere-appBot mentioned this pull request May 23, 2026
24 tasks
@kumaraditya303
kumaraditya303 merged commit e8545ed into python:mainMay 23, 2026
52 checks passed
@miss-islington-app

Copy link
Copy Markdown

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

@bedevere-app

Copy link
Copy Markdown

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

@bedevere-appbedevere-appBot removed the needs backport to 3.15 pre-release feature fixes, bugs and security fixes label May 23, 2026
@bedevere-app

Copy link
Copy Markdown

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

@bedevere-appbedevere-appBot removed the needs backport to 3.14 bugs and security fixes label May 23, 2026
@kumaraditya303
kumaraditya303 deleted the io branch May 23, 2026 08:58
kumaraditya303 added a commit that referenced this pull request May 23, 2026
…ernext (GH-150295) (#150305)
gh-149816: add missing critical section on self in buffered_iternext (GH-150295)
(cherry picked from commit e8545ed)
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
kumaraditya303 added a commit that referenced this pull request May 23, 2026
…ernext (GH-150295) (#150306)
gh-149816: add missing critical section on self in buffered_iternext (GH-150295)
(cherry picked from commit e8545ed)
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Sign up for freeto 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.

1 participant

@kumaraditya303