Skip to content

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

Merged
sthagen merged 1 commit intosthagen:masterfrom
python:master
Feb 12, 2020
Merged

bpo-35081: Move dtoa.h header to the internal C API (GH-18489)#247
sthagen merged 1 commit intosthagen:masterfrom
python:master

Conversation

@sthagen
Copy link
Copy Markdown
Owner

@sthagen sthagen commented Feb 12, 2020

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.

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.
@sthagen sthagen merged commit ad2e16b into sthagen:master Feb 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants