mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Merge 3.3 (#16805)
This commit is contained in:
commit
abdc16ee1b
13 changed files with 28 additions and 6 deletions
|
|
@ -582,6 +582,7 @@ code, or when embedding the Python interpreter:
|
|||
.. index:: module: _thread
|
||||
|
||||
.. note::
|
||||
|
||||
When only the main thread exists, no GIL operations are needed. This is a
|
||||
common situation (most Python programs do not use threads), and the lock
|
||||
operations slow the interpreter down a bit. Therefore, the lock is not
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue