]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added getmappingsize(). (Needed by previous checkin of posixmodule.c)
authorGuido van Rossum <guido@python.org>
Fri, 5 Nov 1993 10:18:44 +0000 (10:18 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 5 Nov 1993 10:18:44 +0000 (10:18 +0000)
commit4199facacd002fdaa2aa9c00d3bc81f9b8569862
tree59b9e00b2773130a636f683a6c00c09a82110bf0
parent32be3a7a88fd2aae37cdd250f547c0687312c152
Added getmappingsize().  (Needed by previous checkin of posixmodule.c)
Include/mappingobject.h
Objects/dictobject.c
Objects/mappingobject.c