SIGN IN SIGN UP

Issue #25384: Use _PyBytesWriter API in binascii

This API avoids a final call to _PyBytes_Resize() for output smaller than 512
bytes.

Small optimization: disable overallocation in binascii.rledecode_hqx() for the
last write.
V
Victor Stinner committed
eaaaf136d20e1dd5160c2083fb81313d0818ea5d
Parent: fcd8794