Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34k
[3.14] gh-143602: Fix duplicate buffer exports in io.BytesIO.write (#143629)#143872
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…thon#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)
1241432 intopython:3.14Uh oh!
There was an error while loading.Please reload this page.
Thanks@vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry,@vstinner, I could not cleanly backport this to |
This comment was marked as outdated.
This comment was marked as outdated.
GH-143878 is a backport of this pull request to the3.13 branch. |
…143629) (#143872) (#143878)[3.14]gh-143602: Fix duplicate buffer exports in io.BytesIO.write (#143629) (#143872)gh-143602: Fix duplicate buffer exports in io.BytesIO.write (#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)(cherry picked from commit1241432)Co-authored-by: zhong <60600792+superboy-zjc@users.noreply.github.com>
Uh oh!
There was an error while loading.Please reload this page.
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)