]> granicus.if.org Git - python/commitdiff
added note about autoGIL
authorJust van Rossum <just@letterror.com>
Fri, 9 May 2003 15:01:25 +0000 (15:01 +0000)
committerJust van Rossum <just@letterror.com>
Fri, 9 May 2003 15:01:25 +0000 (15:01 +0000)
Misc/NEWS

index c6639fe8de2f9cc862ef8d01f38fc551a9cca334..d29c90ed7d690f916d12d8273ca6c482e1402de2 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -77,6 +77,10 @@ Windows
 Mac
 ---
 
+- 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?
 ================================