mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
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.