mirror of
https://github.com/python/cpython.git
synced 2026-06-10 05:15:18 -04:00
c3713e9706
Issue #25227: Optimize ASCII and latin1 encoders with the ``surrogateescape`` error handler: the encoders are now up to 3 times as fast. Initial patch written by Serhiy Storchaka.
Source files for various builtin objects