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 1ed9847 commit a256841Copy full SHA for a256841
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