]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35134: Add Include/cpython/floatobject.h (GH-28957)
authorVictor Stinner <vstinner@python.org>
Thu, 14 Oct 2021 21:41:06 +0000 (23:41 +0200)
committerGitHub <noreply@github.com>
Thu, 14 Oct 2021 21:41:06 +0000 (23:41 +0200)
commit0a883a76cda8205023c52211968bcf87bd47fd6e
tree3a540308c72262afb3a750f47df6713410a99d90
parent79cf20e48d0b5d69d9fac2a0204b5ac2c366066a
bpo-35134: Add Include/cpython/floatobject.h (GH-28957)

Split Include/floatobject.h into sub-files: add
Include/cpython/floatobject.h and
Include/internal/pycore_floatobject.h.
14 files changed:
Include/cpython/floatobject.h [new file with mode: 0644]
Include/floatobject.h
Include/internal/pycore_floatobject.h [new file with mode: 0644]
Makefile.pre.in
Modules/_ctypes/cfield.c
Modules/_pickle.c
Modules/_struct.c
Modules/arraymodule.c
Objects/floatobject.c
Objects/object.c
Objects/stringlib/unicode_format.h
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/marshal.c