mirror of
https://github.com/python/cpython.git
synced 2026-01-30 14:46:17 +00:00
* 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