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

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Wed, 17 Feb 1999 12:35:56 -0500


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

Modified Files:
	parsermodule.c 
Log Message:

When the parameter to PyInt_AsLong() has already been checked with
PyInt_Check(), use PyInt_AS_LONG() instead (two places).