mirror of
https://github.com/python/cpython.git
synced 2025-11-24 20:30:18 +00:00
gh-104773: PEP 594: Remove the audioop module (#104937)
This commit is contained in:
parent
036da3bd43
commit
f66be6b11a
24 changed files with 14 additions and 4255 deletions
|
|
@ -395,7 +395,6 @@
|
|||
<ClCompile Include="..\Modules\_weakref.c" />
|
||||
<ClCompile Include="..\Modules\arraymodule.c" />
|
||||
<ClCompile Include="..\Modules\atexitmodule.c" />
|
||||
<ClCompile Include="..\Modules\audioop.c" />
|
||||
<ClCompile Include="..\Modules\binascii.c">
|
||||
<PreprocessorDefinitions>USE_ZLIB_CRC32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
|
|
|
|||
|
|
@ -836,9 +836,6 @@
|
|||
<ClCompile Include="..\Modules\atexitmodule.c">
|
||||
<Filter>Modules</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\Modules\audioop.c">
|
||||
<Filter>Modules</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\Modules\binascii.c">
|
||||
<Filter>Modules</Filter>
|
||||
</ClCompile>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue