[Python-checkins] python/dist/src/Mac/Modules autoGIL.c,1.1,1.2

jvr@users.sourceforge.net jvr@users.sourceforge.net
Fri, 02 May 2003 17:38:28 -0700


Update of /cvsroot/python/python/dist/src/Mac/Modules
In directory sc8-pr-cvs1:/tmp/cvs-serv1281

Modified Files:
	autoGIL.c 
Log Message:
fixed typo

Index: autoGIL.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/autoGIL.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** autoGIL.c	3 May 2003 00:18:55 -0000	1.1
--- autoGIL.c	3 May 2003 00:38:26 -0000	1.2
***************
*** 109,115 ****
  "installAutoGIL() -> None\n\
  Install an observer callback in the event loop (CFRunLoop) for the\n\
! current thread that will lock and unlock the Global Interpreter Lock\n\
  (GIL) at appropriate times, allowing other Python threads to run while\n\
! the event loop is running."
  );
  
--- 109,115 ----
  "installAutoGIL() -> None\n\
  Install an observer callback in the event loop (CFRunLoop) for the\n\
! current thread, that will lock and unlock the Global Interpreter Lock\n\
  (GIL) at appropriate times, allowing other Python threads to run while\n\
! the event loop is idle."
  );