mirror of
https://github.com/python/cpython.git
synced 2026-02-26 09:01:08 +00:00
added note about autoGIL
This commit is contained in:
parent
1662162c04
commit
99bc1fccdb
1 changed files with 4 additions and 0 deletions
|
|
@ -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?
|
||||
================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue