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 3be412d commit 7088abdCopy full SHA for 7088abd
1 file changed
Doc/library/threading.rst
@@ -28,6 +28,11 @@ The :mod:`dummy_threading` module is provided for situations where
28
However, threading is still an appropriate model if you want to run
29
multiple I/O-bound tasks simultaneously.
30
31
+.. seealso::
32
+
33
+ Latest version of the :source:`threading module Python source code
34
+ <Lib/threading.py>`
35
36
37
This module defines the following functions and objects:
38
@@ -965,9 +970,3 @@ provided:
965
970
abide by this restriction will lead to intermittent exceptions and
966
971
crashes during interpreter shutdown (as the late imports attempt to
967
972
access machinery which is no longer in a valid state).
968
-
969
-.. seealso::
- Latest version of the :source:`threading module Python source code
973
- <Lib/threading.py>`
0 commit comments