]> granicus.if.org Git - python/commit
bpo-35081: Rename internal headers (GH-10275)
authorVictor Stinner <vstinner@redhat.com>
Mon, 12 Nov 2018 15:53:38 +0000 (16:53 +0100)
committerGitHub <noreply@github.com>
Mon, 12 Nov 2018 15:53:38 +0000 (16:53 +0100)
commit621cebe81b1e6c8de10425955bf532d31ee4df42
treed3122165505facaf5cea3bc1f8157356805419e0
parent19c46a4c96553b2a8390bf8a0e138f2b23e28ed6
bpo-35081: Rename internal headers (GH-10275)

Rename Include/internal/ headers:

* pycore_hash.h -> pycore_pyhash.h
* pycore_lifecycle.h -> pycore_pylifecycle.h
* pycore_mem.h -> pycore_pymem.h
* pycore_state.h -> pycore_pystate.h

Add missing headers to Makefile.pre.in and PCbuild:

* pycore_condvar.h.
* pycore_hamt.h
* pycore_pyhash.h
65 files changed:
Include/internal/pycore_pyhash.h [moved from Include/internal/pycore_hash.h with 100% similarity]
Include/internal/pycore_pylifecycle.h [moved from Include/internal/pycore_lifecycle.h with 100% similarity]
Include/internal/pycore_pymem.h [moved from Include/internal/pycore_mem.h with 100% similarity]
Include/internal/pycore_pystate.h [moved from Include/internal/pycore_state.h with 99% similarity]
Include/pystate.h
Makefile.pre.in
Modules/_functoolsmodule.c
Modules/_io/bufferedio.c
Modules/_threadmodule.c
Modules/_xxsubinterpretersmodule.c
Modules/gcmodule.c
Modules/getpath.c
Modules/main.c
Modules/posixmodule.c
Objects/abstract.c
Objects/bytearrayobject.c
Objects/bytesobject.c
Objects/call.c
Objects/cellobject.c
Objects/classobject.c
Objects/codeobject.c
Objects/descrobject.c
Objects/dictobject.c
Objects/exceptions.c
Objects/frameobject.c
Objects/funcobject.c
Objects/genobject.c
Objects/iterobject.c
Objects/listobject.c
Objects/memoryobject.c
Objects/methodobject.c
Objects/moduleobject.c
Objects/object.c
Objects/obmalloc.c
Objects/odictobject.c
Objects/setobject.c
Objects/sliceobject.c
Objects/tupleobject.c
Objects/typeobject.c
Objects/unicodeobject.c
PC/getpathp.c
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Parser/myreadline.c
Parser/pgenmain.c
Programs/python.c
Python/_warnings.c
Python/bltinmodule.c
Python/ceval.c
Python/codecs.c
Python/context.c
Python/coreconfig.c
Python/dynload_shlib.c
Python/errors.c
Python/frozenmain.c
Python/hamt.c
Python/import.c
Python/pathconfig.c
Python/pylifecycle.c
Python/pystate.c
Python/pythonrun.c
Python/symtable.c
Python/sysmodule.c
Python/thread.c
Python/traceback.c