Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[3.13] gh-143602: Fix duplicate buffer exports in io.BytesIO.write (#143629) (#143872)#143878

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
vstinner merged 1 commit intopython:3.13fromvstinner:bytesio_write13
Jan 16, 2026

Conversation

@vstinner
Copy link
Member

gh-143602: Fix duplicate buffer exports in io.BytesIO.write (#143629)

Fix an inconsistency issue in io.BytesIO.write() where the buffer was exported twice, which could lead to unexpected data overwrites and position drift when the buffer changes between exports.

(cherry picked from commitc461aa9)

(cherry picked from commit1241432)

…ite (python#143629) (python#143872)pythongh-143602: Fix duplicate buffer exports in io.BytesIO.write (python#143629)Fix an inconsistency issue in io.BytesIO.write() where the buffer was exportedtwice, which could lead to unexpected data overwrites and position drift whenthe buffer changes between exports.(cherry picked from commitc461aa9)Co-authored-by: zhong <60600792+superboy-zjc@users.noreply.github.com>(cherry picked from commit1241432)
@vstinnervstinner changed the title[3.14] gh-143602: Fix duplicate buffer exports in io.BytesIO.write (#143629) (#143872)[3.13] gh-143602: Fix duplicate buffer exports in io.BytesIO.write (#143629) (#143872)Jan 15, 2026
@vstinnervstinner merged commit201e819 intopython:3.13Jan 16, 2026
42 checks passed
@vstinnervstinner deleted the bytesio_write13 branchJanuary 16, 2026 13:23
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@vstinner

[8]ページ先頭

©2009-2026 Movatter.jp