]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
parser__pickler(): Don't drop the third argument to
authorFred Drake <fdrake@acm.org>
Mon, 20 Sep 1999 22:32:18 +0000 (22:32 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 20 Sep 1999 22:32:18 +0000 (22:32 +0000)
commit2a6875e172ec8a8e1f712b3a0fd7c96bce319971
tree2a3eeafff0c55e3c1f2b1b62f38a93d88ef6baad
parent675e994a2e400c747fbe2371f3281a7e2b729803
parser__pickler():  Don't drop the third argument to
        parser_ast2tuple().  Create an temporary empty dictionary to
        use.  Bug reported by Mark Favas <m.favas@per.dem.csiro.au>.

Fix a couple of comments.
Modules/parsermodule.c