Skip to content

bpo-37312: Remove _dummy_thread and dummy_threading modules #14143

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions Doc/library/_dummy_thread.rst

This file was deleted.

2 changes: 0 additions & 2 deletions Doc/library/concurrency.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,3 @@ The following are support modules for some of the above services:
.. toctree::

_thread.rst
_dummy_thread.rst
dummy_threading.rst
20 changes: 0 additions & 20 deletions Doc/library/dummy_threading.rst

This file was deleted.

3 changes: 3 additions & 0 deletions Doc/whatsnew/3.9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ Deprecated
Removed
=======

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


Porting to Python 3.9
Expand Down
197 changes: 0 additions & 197 deletions Lib/_dummy_thread.py

This file was deleted.

78 changes: 0 additions & 78 deletions Lib/dummy_threading.py

This file was deleted.

Loading