]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Lots of minor changes. Note for mappingobject.c: the hash table pointer
authorGuido van Rossum <guido@python.org>
Mon, 2 Jan 1995 19:07:15 +0000 (19:07 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 2 Jan 1995 19:07:15 +0000 (19:07 +0000)
commitd7047b395e392ce9e46f9a83480ade8b37f6d5b0
tree9dabdcc762d49aebc28d82372ca9d79bdbe23cf8
parent1ae940a5870df2f706fa884afd533847f6b0b1a8
Lots of minor changes.  Note for mappingobject.c: the hash table pointer
can now be NULL.
12 files changed:
Objects/classobject.c
Objects/dictobject.c
Objects/fileobject.c
Objects/floatobject.c
Objects/frameobject.c
Objects/intobject.c
Objects/listobject.c
Objects/longobject.c
Objects/mappingobject.c
Objects/methodobject.c
Objects/object.c
Objects/stringobject.c