diff options
author | Victor Stinner <vstinner@redhat.com> | 2019-06-17 12:18:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-17 12:18:43 (GMT) |
commit | 8bf08ee45b7c2341f0d0175b91892843a37c23da (patch) | |
tree | 30e7d5b52c8e622d62e80ecaf2b6111f737bbaaa /PCbuild/lib.pyproj | |
parent | 2e9954d3472a23919b96323fcd5bb6c1d6927155 (diff) | |
download | cpython-8bf08ee45b7c2341f0d0175b91892843a37c23da.zip cpython-8bf08ee45b7c2341f0d0175b91892843a37c23da.tar.gz cpython-8bf08ee45b7c2341f0d0175b91892843a37c23da.tar.bz2 |
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.
Diffstat (limited to 'PCbuild/lib.pyproj')
-rw-r--r-- | PCbuild/lib.pyproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/PCbuild/lib.pyproj b/PCbuild/lib.pyproj index 7ed71bd..683335e 100644 --- a/PCbuild/lib.pyproj +++ b/PCbuild/lib.pyproj @@ -250,7 +250,6 @@ <Compile Include="distutils\_msvccompiler.py" /> <Compile Include="distutils\__init__.py" /> <Compile Include="doctest.py" /> - <Compile Include="dummy_threading.py" /> <Compile Include="email\base64mime.py" /> <Compile Include="email\charset.py" /> <Compile Include="email\contentmanager.py" /> @@ -976,8 +975,6 @@ <Compile Include="test\test_doctest2.py" /> <Compile Include="test\test_docxmlrpc.py" /> <Compile Include="test\test_dtrace.py" /> - <Compile Include="test\test_dummy_thread.py" /> - <Compile Include="test\test_dummy_threading.py" /> <Compile Include="test\test_dynamic.py" /> <Compile Include="test\test_dynamicclassattribute.py" /> <Compile Include="test\test_eintr.py" /> @@ -1564,7 +1561,6 @@ <Compile Include="_collections_abc.py" /> <Compile Include="_compat_pickle.py" /> <Compile Include="_compression.py" /> - <Compile Include="_dummy_thread.py" /> <Compile Include="_markupbase.py" /> <Compile Include="_osx_support.py" /> <Compile Include="_pydecimal.py" /> |