[Stackless-checkins] CVS: slpdev/src/2.3/dev/Include frameobject.h, 1.25, 1.26

Christian Tismer tismer at centera.de
Thu Jul 15 20:35:20 CEST 2004


Update of /home/cvs/slpdev/src/2.3/dev/Include
In directory centera.de:/tmp/cvs-serv31817/Include

Modified Files:
	frameobject.h 
Log Message:
added psyco to supported modules

Index: frameobject.h
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Include/frameobject.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** frameobject.h	24 Apr 2004 23:29:39 -0000	1.25
--- frameobject.h	15 Jul 2004 18:35:18 -0000	1.26
***************
*** 36,42 ****
      PyObject *f_trace;		/* Trace function */
      PyObject *f_exc_type, *f_exc_value, *f_exc_traceback;
- #ifndef STACKLESS
      PyThreadState *f_tstate;
- #endif
      int f_lasti;		/* Last instruction if called */
      /* As of 2.3 f_lineno is only valid when tracing is active (i.e. when
--- 36,40 ----


_______________________________________________
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