Skip to content

Commit 8bf08ee

Browse files
authored
bpo-37312: Remove _dummy_thread and dummy_threading modules (GH-14143)
Remove _dummy_thread and dummy_threading modules. These modules were deprecated since Python 3.7 which requires threading support.
1 parent 2e9954d commit 8bf08ee

10 files changed

+5
-659
lines changed

Doc/library/_dummy_thread.rst

Lines changed: 0 additions & 22 deletions
This file was deleted.

Doc/library/concurrency.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,3 @@ The following are support modules for some of the above services:
2828
.. toctree::
2929

3030
_thread.rst
31-
_dummy_thread.rst
32-
dummy_threading.rst

Doc/library/dummy_threading.rst

Lines changed: 0 additions & 20 deletions
This file was deleted.

Doc/whatsnew/3.9.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ Deprecated
112112
Removed
113113
=======
114114

115+
``_dummy_thread`` and ``dummy_threading`` modules have been removed. These
116+
modules were deprecated since Python 3.7 which requires threading support.
117+
(Contributed by Victor Stinner in :issue:`37312`.)
115118

116119

117120
Porting to Python 3.9

Lib/_dummy_thread.py

Lines changed: 0 additions & 197 deletions
This file was deleted.

Lib/dummy_threading.py

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)