]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* parsermodule.c, Makefile, config.c: rudimentary interface to the Python
authorGuido van Rossum <guido@python.org>
Wed, 10 Nov 1993 12:53:24 +0000 (12:53 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 10 Nov 1993 12:53:24 +0000 (12:53 +0000)
commit52f2c05401ab13eab45a91d39089866f55ef3c9b
treeae73dc8f72a56cc6c15ae30e9b2e78ef654ae20c
parenta3d78fb268da5cf7cd4d990cf118bfc01650a8d9
* parsermodule.c, Makefile, config.c: rudimentary interface to the Python
  parser.
* mappingobject.c (lookmapping): 'freeslot' was never used due to a bug in
  the code.
Modules/config.c.in
Modules/parsermodule.c [new file with mode: 0644]
Objects/dictobject.c
Objects/mappingobject.c