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.
2 parents 570bc4c + a256841 commit 38714d6Copy full SHA for 38714d6
1 file changed
Doc/library/dummy_threading.rst
@@ -17,7 +17,7 @@ Suggested usage is::
17
try:
18
import threading
19
except ImportError:
20
- import dummy_threading
+ import dummy_threading as threading
21
22
Be careful to not use this module where deadlock might occur from a thread being
23
created that blocks waiting for another thread to be created. This often occurs
0 commit comments