[Python-checkins] python/dist/src/Include pystate.h,2.18.16.2,2.18.16.3

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sun, 30 Mar 2003 12:57:32 -0800


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

Modified Files:
      Tag: release22-maint
	pystate.h 
Log Message:
Patch #710576: Implement per-interpreter-state codec registries.


Index: pystate.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pystate.h,v
retrieving revision 2.18.16.2
retrieving revision 2.18.16.3
diff -C2 -d -r2.18.16.2 -r2.18.16.3
*** pystate.h	7 Oct 2002 09:47:20 -0000	2.18.16.2
--- pystate.h	30 Mar 2003 20:57:30 -0000	2.18.16.3
***************
*** 28,31 ****
--- 28,34 ----
  #endif
  
+     PyObject *codec_search_path;
+     PyObject *codec_search_cache;
+ 
  } PyInterpreterState;