From 99bc1fccdbb666405fc0bc5338165a490ccc7969 Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Fri, 9 May 2003 15:01:25 +0000 Subject: added note about autoGIL --- Misc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index c6639fe..d29c90e 100644 --- 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? ================================ -- cgit v0.12