Commit 99bc1fcc authored by Just van Rossum's avatar Just van Rossum

added note about autoGIL

parent 1662162c
...@@ -77,6 +77,10 @@ Windows ...@@ -77,6 +77,10 @@ Windows
Mac 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? What's New in Python 2.3 beta 1?
================================ ================================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment