mirror of
https://github.com/python/cpython.git
synced 2026-05-22 20:32:36 -04:00
96c5932794
formatfloat() was not checking if PyBytes_FromStringAndSize() failed, which could lead to a null pointer dereference in _PyBytes_FormatEx().
Source files for various builtin objects