mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
2ec8063cc9
* Don't overallocate by 400% when recode is needed: only overallocate on demand using _PyBytesWriter. * Use _PyLong_DigitValue to convert hexadecimal digit to int * Create _PyBytes_DecodeEscapeRecode() subfunction
Source files for various builtin objects