Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28f0d9 commit c985f1fCopy full SHA for c985f1f
1 file changed
Doc/library/imp.rst
@@ -113,8 +113,7 @@ This module provides an interface to the mechanisms used to implement the
113
.. function:: acquire_lock()
114
115
Acquire the interpreter's import lock for the current thread. This lock should
116
- be used by import hooks to ensure thread-safety when importing modules. On
117
- platforms without threads, this function does nothing.
+ be used by import hooks to ensure thread-safety when importing modules.
118
119
Once a thread has acquired the import lock, the same thread may acquire it
120
again without blocking; the thread must release it once for each time it has
0 commit comments