mirror of
https://github.com/python/cpython.git
synced 2026-05-18 02:15:28 -04:00
e9e7d284c4
Move the dtoa.h header file to the internal C API as pycore_dtoa.h: it only contains private functions (prefixed by "_Py"). The math and cmath modules must now be compiled with the Py_BUILD_CORE macro defined.
Miscellaneous source files for the main Python shared library