mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
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.
This commit is contained in:
parent
2e9954d347
commit
8bf08ee45b
10 changed files with 5 additions and 659 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue