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 c985f1f commit c7b1cfaCopy full SHA for c7b1cfa
1 file changed
Doc/library/imp.rst
@@ -190,19 +190,6 @@ This module provides an interface to the mechanisms used to implement the
190
continue to use the old class definition. The same is true for derived classes.
191
192
193
-.. function:: acquire_lock()
194
-
195
- Acquires the interpreter's import lock for the current thread. This lock should
196
- be used by import hooks to ensure thread-safety when importing modules. On
197
- platforms without threads, this function does nothing.
198
199
200
-.. function:: release_lock()
201
202
- Release the interpreter's import lock. On platforms without threads, this
203
- function does nothing.
204
205
206
The following functions and data provide conveniences for handling :pep:`3147`
207
byte-compiled file paths.
208
0 commit comments