]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35134: Add Include/cpython/complexobject.h header (GH-32383)
authorVictor Stinner <vstinner@python.org>
Wed, 6 Apr 2022 23:05:27 +0000 (01:05 +0200)
committerGitHub <noreply@github.com>
Wed, 6 Apr 2022 23:05:27 +0000 (01:05 +0200)
commitca219f6dfc57f8f4984f96df0f733b7de92fe91c
tree0accddd1872a266bd1da71bd29464adf3071a24b
parent612e422c6ea9df60d3382ed1491d8254c283e93f
bpo-35134: Add Include/cpython/complexobject.h header (GH-32383)

Move the private _PyComplex_FormatAdvancedWriter() function to the
internal C API. This function is no longer exported.
Include/complexobject.h
Include/cpython/complexobject.h [new file with mode: 0644]
Makefile.pre.in
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters