Skip to content

gh-142518: add thread safety annotations for bytearray - #146514

Merged
kumaraditya303 merged 2 commits into
python:mainfrom
kumaraditya303:bytearray
Mar 27, 2026
Merged

gh-142518: add thread safety annotations for bytearray#146514
kumaraditya303 merged 2 commits into
python:mainfrom
kumaraditya303:bytearray

Conversation

@kumaraditya303

@kumaraditya303kumaraditya303 commented Mar 27, 2026

Copy link
Copy Markdown
Contributor

@vstinnervstinner 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.

LGTM

@kumaraditya303
kumaraditya303 merged commit 5466f57 into python:mainMar 27, 2026
33 checks passed
@kumaraditya303
kumaraditya303 deleted the bytearray branch March 27, 2026 13:10
@kumaraditya303kumaraditya303 added the needs backport to 3.14 bugs and security fixes label Mar 27, 2026
@miss-islington-app

Copy link
Copy Markdown

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 27, 2026
…ythonGH-146514)
(cherry picked from commit 5466f57)
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
@bedevere-app

Copy link
Copy Markdown

GH-146516 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 Mar 27, 2026
kumaraditya303 added a commit that referenced this pull request Mar 27, 2026
…H-146514) (#146516)
gh-142518: add thread safety annotations for bytearray C-API (GH-146514)
(cherry picked from commit 5466f57)
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.

2 participants

@kumaraditya303@vstinner