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

Guido van Rossum guido@cnri.reston.va.us
Wed, 23 Dec 1998 00:01:39 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Python
In directory eric:/projects/python/develop/guido/src/Python

Modified Files:
	modsupport.c 
Log Message:
Add 'N' format character to Py_BuildValue -- like 'O' but doesn't INCREF.
Patch and suggestion by Greg Couch.