[Stackless-checkins] CVS: slpdev/src/2.3/dev/Stackless/core stackless_methods.h, 1.2, 1.3

Christian Tismer tismer at centera.de
Sat Jul 10 02:45:56 CEST 2004


Update of /home/cvs/slpdev/src/2.3/dev/Stackless/core
In directory centera.de:/tmp/cvs-serv23555/Stackless/core

Modified Files:
	stackless_methods.h 
Log Message:
forgot to update these...

Index: stackless_methods.h
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Stackless/core/stackless_methods.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** stackless_methods.h	8 Jul 2004 23:15:59 -0000	1.2
--- stackless_methods.h	10 Jul 2004 00:45:25 -0000	1.3
***************
*** 19,23 ****
  	{&PyMethodDescr_Type,		MFLAG_OFS(tp_call)},
  	{&PyClassMethodDescr_Type,	MFLAG_OFS(tp_call)},
- 	{&PyWrapperDescr_Type,		MFLAG_OFS(tp_call)},
  	{&PyMethodWrapper_Type,		MFLAG_OFS(tp_call)},
  	/* from funcobject.c */
--- 19,22 ----
***************
*** 28,32 ****
  	{&PyGenerator_Type,		MFLAG_OFS(tp_iternext)},
  	/* from channelobject.c */
! 	{&_PyChannel_Type,		MFLAG_OFS(tp_iternext)},
  	{0, 0} /* sentinel */
  };
--- 27,31 ----
  	{&PyGenerator_Type,		MFLAG_OFS(tp_iternext)},
  	/* from channelobject.c */
! 	{PyChannel_TypePtr,		MFLAG_OFS(tp_iternext)},
  	{0, 0} /* sentinel */
  };


_______________________________________________
Stackless-checkins mailing list
Stackless-checkins at stackless.com
http://www.stackless.com/mailman/listinfo/stackless-checkins



More information about the Stackless-checkins mailing list