[Python-checkins] python/dist/src/Include pythonrun.h,2.60,2.61

jvr@users.sourceforge.net jvr@users.sourceforge.net
Mon, 10 Feb 2003 00:21:40 -0800


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

Modified Files:
	pythonrun.h 
Log Message:
patch #683515: "Add unicode support to compile(), eval() and exec"
Incorporated nnorwitz's comment re. Py__USING_UNICODE.


Index: pythonrun.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pythonrun.h,v
retrieving revision 2.60
retrieving revision 2.61
diff -C2 -d -r2.60 -r2.61
*** pythonrun.h	1 Jan 2003 15:18:32 -0000	2.60
--- pythonrun.h	10 Feb 2003 08:21:06 -0000	2.61
***************
*** 10,13 ****
--- 10,14 ----
  #define PyCF_MASK (CO_FUTURE_DIVISION)
  #define PyCF_MASK_OBSOLETE (CO_GENERATOR_ALLOWED | CO_NESTED)
+ #define PyCF_SOURCE_IS_UTF8  0x0100
  
  typedef struct {