]> granicus.if.org Git - python/commit
bpo-37312: Remove _dummy_thread and dummy_threading modules (GH-14143)
authorVictor Stinner <vstinner@redhat.com>
Mon, 17 Jun 2019 12:18:43 +0000 (14:18 +0200)
committerGitHub <noreply@github.com>
Mon, 17 Jun 2019 12:18:43 +0000 (14:18 +0200)
commit8bf08ee45b7c2341f0d0175b91892843a37c23da
tree30e7d5b52c8e622d62e80ecaf2b6111f737bbaaa
parent2e9954d3472a23919b96323fcd5bb6c1d6927155
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.
Doc/library/_dummy_thread.rst [deleted file]
Doc/library/concurrency.rst
Doc/library/dummy_threading.rst [deleted file]
Doc/whatsnew/3.9.rst
Lib/_dummy_thread.py [deleted file]
Lib/dummy_threading.py [deleted file]
Lib/test/test_dummy_thread.py [deleted file]
Lib/test/test_dummy_threading.py [deleted file]
Misc/NEWS.d/next/Library/2019-06-17-10-03-52.bpo-37312.qKvBfF.rst [new file with mode: 0644]
PCbuild/lib.pyproj