]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
The great renaming, phase two: all header files have been updated to
authorGuido van Rossum <guido@python.org>
Thu, 12 Jan 1995 11:45:45 +0000 (11:45 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 12 Jan 1995 11:45:45 +0000 (11:45 +0000)
commitcaa63808861d4e92d4dc1005fc01de0f2e4a8fd0
tree3771531169ab510aca9b69cdc4d9de2b5c8810c4
parent94390ec2a6ea5acbea9dead528ce067c396a0301
The great renaming, phase two: all header files have been updated to
use the new names exclusively, and the linker will see the new names.
Files that import "Python.h" also only see the new names.  Files that
import "allobjects.h" will continue to be able to use the old names,
due to the inclusion (in allobjects.h) of "rename2.h".
48 files changed:
Include/Python.h
Include/accessobject.h
Include/allobjects.h
Include/bitset.h
Include/bltinmodule.h
Include/ceval.h
Include/cgensupport.h
Include/classobject.h
Include/compile.h
Include/dictobject.h
Include/errors.h
Include/eval.h
Include/fileobject.h
Include/floatobject.h
Include/frameobject.h
Include/funcobject.h
Include/grammar.h
Include/import.h
Include/intobject.h
Include/intrcheck.h
Include/listobject.h
Include/longintrepr.h
Include/longobject.h
Include/mappingobject.h
Include/marshal.h
Include/methodobject.h
Include/modsupport.h
Include/moduleobject.h
Include/mymalloc.h
Include/myproto.h
Include/node.h
Include/object.h
Include/objimpl.h
Include/parsetok.h
Include/pgenheaders.h
Include/pyerrors.h
Include/pythonrun.h
Include/pythread.h
Include/rangeobject.h
Include/rename2.h [new file with mode: 0644]
Include/stringobject.h
Include/structmember.h
Include/sysmodule.h
Include/thread.h
Include/token.h
Include/traceback.h
Include/tupleobject.h
Modules/cgensupport.h