mirror of
https://github.com/python/cpython.git
synced 2026-06-06 19:40:45 -04:00
eaaaf136d2
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.
Source files for standard library extension modules, and former extension modules that are now builtin modules.