commit | ad7715891e3c6c51b4860e0d496843ee5417206b | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Oct 09 12:38:53 2015 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Fri Oct 09 12:38:53 2015 +0200 |
tree | a3680f453a11828c92fa879095e5198b52764920 | |
parent | 53926a1ce2772ea5dc1c4fb8c19f5f9ae461750d [diff] |
_PyBytesWriter: simplify code to avoid "prealloc" parameters Substract preallocate bytes from min_size before calling _PyBytesWriter_Prepare().