mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
remove duplicate statement
This commit is contained in:
parent
f28f0d92cd
commit
c985f1f013
1 changed files with 1 additions and 2 deletions
|
|
@ -113,8 +113,7 @@ This module provides an interface to the mechanisms used to implement the
|
|||
.. function:: acquire_lock()
|
||||
|
||||
Acquire the interpreter's import lock for the current thread. This lock should
|
||||
be used by import hooks to ensure thread-safety when importing modules. On
|
||||
platforms without threads, this function does nothing.
|
||||
be used by import hooks to ensure thread-safety when importing modules.
|
||||
|
||||
Once a thread has acquired the import lock, the same thread may acquire it
|
||||
again without blocking; the thread must release it once for each time it has
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue