]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Python/compile.c (com_argdefs, com_arglist): avoid referencing
authorGuido van Rossum <guido@python.org>
Mon, 29 Aug 1994 12:16:12 +0000 (12:16 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 29 Aug 1994 12:16:12 +0000 (12:16 +0000)
commit4ca6c9db81ded166c95ce3f829ac4642d02f934d
treeee3452a886ec35893b9cb3e83eb0921fbdc9ee1d
parent3a241818377f0189a1f3c0d673c983bed5e94ffb
    * Python/compile.c (com_argdefs, com_arglist): avoid referencing
        CHILD(n,i) for i >= NCH(n)
Python/compile.c