Mailing List Archive

python/dist/src/Include pystate.h,2.18,2.18.16.1
Update of /cvsroot/python/python/dist/src/Include
In directory usw-pr-cvs1:/tmp/cvs-serv11757/Include

Modified Files:
Tag: release22-maint
pystate.h
Log Message:
This is Armin Rigo's patch:

[ 617311 ] Tiny profiling info (Psyco #2)

Forward port candidate.


Index: pystate.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pystate.h,v
retrieving revision 2.18
retrieving revision 2.18.16.1
diff -C2 -d -r2.18 -r2.18.16.1
*** pystate.h 19 Jul 2001 12:19:11 -0000 2.18
--- pystate.h 7 Oct 2002 09:40:20 -0000 2.18.16.1
***************
*** 70,73 ****
--- 70,75 ----
PyObject *dict;

+ int tick_counter;
+
/* XXX signal handlers should also be here */