Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c7b1cfa

Browse files
committed
remove less complete of duplicate docs
1 parent c985f1f commit c7b1cfa

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

Doc/library/imp.rst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -190,19 +190,6 @@ This module provides an interface to the mechanisms used to implement the
190190
continue to use the old class definition. The same is true for derived classes.
191191

192192

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-
206193
The following functions and data provide conveniences for handling :pep:`3147`
207194
byte-compiled file paths.
208195

0 commit comments

Comments
 (0)