]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: Add pycore_complexobject.h header file (#106339)
authorVictor Stinner <vstinner@python.org>
Sun, 2 Jul 2023 21:19:59 +0000 (23:19 +0200)
committerGitHub <noreply@github.com>
Sun, 2 Jul 2023 21:19:59 +0000 (21:19 +0000)
commitc38c66687f148991031914f12ebd5c42d6e26b5b
treeecd745663c43bb4414930f4a9ffea668d6d726ed
parentdbefa88b27ee1f124f782363b139aee3f1ccf590
gh-106320: Add pycore_complexobject.h header file (#106339)

Add internal pycore_complexobject.h header file.

Move _Py_c_xxx() functions and _PyComplex_FormatAdvancedWriter()
function to this new header file.
Include/cpython/complexobject.h
Include/internal/pycore_complexobject.h [new file with mode: 0644]
Makefile.pre.in
Modules/cmathmodule.c
Objects/complexobject.c
Objects/stringlib/unicode_format.h
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters