]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Mar 2022 10:03:12 +0000 (02:03 -0800)
committerGitHub <noreply@github.com>
Tue, 8 Mar 2022 10:03:12 +0000 (02:03 -0800)
commit21c5b3f73fb11fb0d3239971f72e8f0574a07245
tree2a3e84b250e437772d64ce79016c50c9d622966f
parentb099363fa701d971ce32a2e99ac90fe7046fae9f
bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468)

Co-authored-by: Marco Ribeiro <marcoffee@users.noreply.github.com>
(cherry picked from commit 36dd7396fcd26d8bf9919d536d05d7000becbe5b)

Co-authored-by: Ma Lin <animalize@users.noreply.github.com>
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS.d/next/Library/2021-11-08-20-27-41.bpo-44439.I_8qro.rst [new file with mode: 0644]