[Python-checkins] CVS: python/dist/src/Modules parsermodule.c

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Mon, 20 Sep 1999 18:32:19 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Modules
In directory weyr:/home/fdrake/projects/python/Modules

Modified Files:
	parsermodule.c 
Log Message:

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.