mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #11750: The Windows API functions scattered in the _subprocess and
_multiprocessing.win32 modules now live in a single module "_winapi". Patch by sbt.
This commit is contained in:
parent
c51b7fd65b
commit
23bba4ca39
15 changed files with 1562 additions and 1665 deletions
|
@ -534,10 +534,6 @@
|
|||
RelativePath="..\Modules\_multiprocessing\semaphore.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Modules\_multiprocessing\win32_functions.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
|
|
|
@ -1054,6 +1054,10 @@
|
|||
RelativePath="..\Modules\_weakref.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Modules\_winapi.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Modules\arraymodule.c"
|
||||
>
|
||||
|
@ -1678,10 +1682,6 @@
|
|||
<Filter
|
||||
Name="PC"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\PC\_subprocess.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PC\winreg.c"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue