SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

bpo-35081: Move dtoa.h header to the internal C API (GH-18489)

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.
V
Victor Stinner committed
e9e7d284c434768333fdfb53a3663eae74cb995a
Parent: 45876a9
Committed by GitHub <noreply@github.com> on 2/12/2020, 9:54:42 PM