[Python-checkins] CVS: python/dist/src/Include Python.h,2.38,2.39

Fred L. Drake fdrake@users.sourceforge.net
Fri, 05 Oct 2001 14:55:22 -0700


Update of /cvsroot/python/python/dist/src/Include
In directory usw-pr-cvs1:/tmp/cvs-serv26335/Include

Modified Files:
	Python.h 
Log Message:
Include the weakref object interface.

Index: Python.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/Python.h,v
retrieving revision 2.38
retrieving revision 2.39
diff -C2 -d -r2.38 -r2.39
*** Python.h	2001/08/02 04:15:00	2.38
--- Python.h	2001/10/05 21:55:19	2.39
***************
*** 91,94 ****
--- 91,95 ----
  #include "iterobject.h"
  #include "descrobject.h"
+ #include "weakrefobject.h"
  
  #include "codecs.h"