commit | 1bfe9305859cf280464ed1f40fc9e2793b0f03b7 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed Oct 14 15:02:35 2015 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Wed Oct 14 15:02:35 2015 +0200 |
tree | 0263e5bdceb6457ed61bbbde654f8845cd0553f0 | |
parent | c3d2bc19e47892e19c9ad6a048047964dbb78cb6 [diff] |
Issue #25384: Fix binascii.rledecode_hqx() Fix usage of _PyBytesWriter API. Use the new _PyBytesWriter_Resize() function instead of _PyBytesWriter_Prepare().