vstinner
The Wayback Machine - https://web.archive.org/web/20200502142608/https://github.com/python/cpython/pull/18489
Conversation 1 Commits 1 Checks 5 Files changed
requested a review from python/windows-team as a code owner
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
e9e7d28
9 checks passed
Azure Pipelines PR #20200212.42 succeeded
Details
bedevere/issue-number Issue number 35081 found
bedevere/news News entry found in Misc/NEWS.d
continuous-integration/travis-ci/pr The Travis CI build passed
vstinner deleted the vstinner:pycore_dtoa branch
sthagen added a commit to sthagen/cpython that referenced this pull request