bpo-44439: BZ2File.write()/LZMAFile.write() handle length correctly (GH-26846)
No longer use len() to get the length of the input data. For some buffer protocol objects, the length obtained by using len() is wrong.
Co-authored-by:
Marco Ribeiro <marcoffee@users.noreply.github.com>
Loading
Please register or sign in to comment