]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)
authorVictor Stinner <vstinner@python.org>
Mon, 22 Jun 2020 15:27:35 +0000 (17:27 +0200)
committerGitHub <noreply@github.com>
Mon, 22 Jun 2020 15:27:35 +0000 (17:27 +0200)
commit384621c42f9102e31ba2c47feba144af09c989e5
tree07a92a8cdeb0234d18c392d503780255ccca81ad
parent9e27bc0c1efc7478872f98729f87886e9333548f
bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)
17 files changed:
Include/internal/pycore_tuple.h [moved from Include/internal/pycore_tupleobject.h with 75% similarity]
Makefile.pre.in
Modules/_functoolsmodule.c
Modules/itertoolsmodule.c
Objects/call.c
Objects/codeobject.c
Objects/descrobject.c
Objects/funcobject.c
Objects/listobject.c
Objects/rangeobject.c
Objects/structseq.c
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/bltinmodule.c
Python/ceval.c
Python/getargs.c
Python/sysmodule.c