]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Changed many files to use mkvalue() instead of newtupleobject().
authorGuido van Rossum <guido@python.org>
Tue, 16 Mar 1993 12:15:04 +0000 (12:15 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 16 Mar 1993 12:15:04 +0000 (12:15 +0000)
commite537240c252ff678d49451ee6f80fa934653a724
treeb3dcbdb870e90f5843ac66f26a102ea4da444ff5
parentf48b419a075dc237eb145e1b71cec12afdb7aff4
* Changed many files to use mkvalue() instead of newtupleobject().
* Fixcprt.py: added [-y file] option, do only files younger than file.
* modsupport.[ch]: added vmkvalue().
* intobject.c: use mkvalue().
* stringobject.c: added "formatstring"; renamed string* to string_*;
  ceval.c: call formatstring for string % value.
* longobject.c: close memory leak in divmod.
* parsetok.c: set result node to NULL when returning an error.
21 files changed:
Include/modsupport.h
Include/stringobject.h
Modules/almodule.c
Modules/clmodule.c
Modules/flmodule.c
Modules/fmmodule.c
Modules/mathmodule.c
Modules/posixmodule.c
Modules/pwdmodule.c
Modules/selectmodule.c
Modules/socketmodule.c
Objects/classobject.c
Objects/floatobject.c
Objects/intobject.c
Objects/longobject.c
Objects/stringobject.c
Parser/parsetok.c
Python/bltinmodule.c
Python/ceval.c
Python/errors.c
Python/modsupport.c