[Python-checkins] python/dist/src/Misc NEWS,1.760,1.761
jvr@users.sourceforge.net
jvr@users.sourceforge.net
2003年5月09日 08:01:28 -0700
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv31787/Misc
Modified Files:
NEWS
Log Message:
added note about autoGIL
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.760
retrieving revision 1.761
diff -C2 -d -r1.760 -r1.761
*** NEWS 9 May 2003 08:19:47 -0000 1.760
--- NEWS 9 May 2003 15:01:25 -0000 1.761
***************
*** 78,81 ****
--- 78,85 ----
---
+ - There's a new module called "autoGIL", which offers a mechanism to
+ automatically release the Global Interpreter Lock when an event loop
+ goes to sleep, allowing other threads to run. It's currently only
+ supported on OSX, in the Mach-O version.
What's New in Python 2.3 beta 1?