[Python-checkins] python/dist/src/Include pystate.h,2.26,2.27

mondragon at users.sourceforge.net mondragon at users.sourceforge.net
Wed Mar 24 16:57:40 EST 2004


Update of /cvsroot/python/python/dist/src/Include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8622/Include

Modified Files:
	pystate.h 
Log Message:
Enable the profiling of C functions (builtins and extensions)


Index: pystate.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pystate.h,v
retrieving revision 2.26
retrieving revision 2.27
diff -C2 -d -r2.26 -r2.27
*** pystate.h	13 Mar 2004 20:45:47 -0000	2.26
--- pystate.h	24 Mar 2004 21:57:08 -0000	2.27
***************
*** 46,49 ****
--- 46,52 ----
  #define PyTrace_LINE 2
  #define PyTrace_RETURN 3
+ #define PyTrace_C_CALL 4
+ #define PyTrace_C_EXCEPTION 5
+ #define PyTrace_C_RETURN 6
  
  typedef struct _ts {




More information about the Python-checkins mailing list