[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-35081: Move dtoa.h header to the internal C API by vstinner · Pull Request #18489 · python/cpython

vstinner

The Wayback Machine - https://web.archive.org/web/20200502142608/https://github.com/python/cpython/pull/18489

Conversation

requested a review from python/windows-team as a code owner

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.

vstinner merged commit e9e7d28 into python:master

Feb 12, 2020

9 checks passed

Azure Pipelines PR #20200212.42 succeeded

Details

bedevere/issue-number Issue number 35081 found

Details

bedevere/news News entry found in Misc/NEWS.d

continuous-integration/travis-ci/pr The Travis CI build passed

Details

vstinner deleted the vstinner:pycore_dtoa branch

Feb 12, 2020

sthagen added a commit to sthagen/cpython that referenced this pull request

Feb 12, 2020