[Python-checkins] python/dist/src/Modules pyexpat.c,2.57.6.3,2.57.6.4

mwh@users.sourceforge.net mwh@users.sourceforge.net
Mon, 07 Oct 2002 02:47:23 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv14160/Modules

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

[ 617309 ] getframe hook (Psyco #1)

Forward port candidate.


Index: pyexpat.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/pyexpat.c,v
retrieving revision 2.57.6.3
retrieving revision 2.57.6.4
diff -C2 -d -r2.57.6.3 -r2.57.6.4
*** pyexpat.c	25 Sep 2002 22:31:35 -0000	2.57.6.3
--- pyexpat.c	7 Oct 2002 09:47:20 -0000	2.57.6.4
***************
*** 393,397 ****
                      tstate,			/*back*/
                      c,				/*code*/
!                     tstate->frame->f_globals,	/*globals*/
                      NULL			/*locals*/
                      );
--- 393,397 ----
                      tstate,			/*back*/
                      c,				/*code*/
!                     PyEval_GetGlobals(),	/*globals*/
                      NULL			/*locals*/
                      );