[Python-checkins] python/dist/src/Python dynload_shlib.c,2.15,2.16

mondragon at users.sourceforge.net mondragon at users.sourceforge.net
Wed Mar 24 21:16:25 EST 2004


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

Modified Files:
	dynload_shlib.c 
Log Message:
A few more PyThreadState_Get to PyThreadState_GET conversions


Index: dynload_shlib.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/dynload_shlib.c,v
retrieving revision 2.15
retrieving revision 2.16
diff -C2 -d -r2.15 -r2.16
*** dynload_shlib.c	3 May 2003 09:14:53 -0000	2.15
--- dynload_shlib.c	25 Mar 2004 02:16:23 -0000	2.16
***************
*** 110,114 ****
  
  #if !(defined(PYOS_OS2) && defined(PYCC_GCC))
!         dlopenflags = PyThreadState_Get()->interp->dlopenflags;
  #endif
  
--- 110,114 ----
  
  #if !(defined(PYOS_OS2) && defined(PYCC_GCC))
!         dlopenflags = PyThreadState_GET()->interp->dlopenflags;
  #endif
  




More information about the Python-checkins mailing list