mirror of
https://github.com/python/cpython
synced 2026-09-28 02:33:18 +03:00
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
See https://discuss.python.org/t/pep-734-multiple-interpreters-in-the-stdlib/41147/26.
This commit is contained in:
parent
af3c1d817d
commit
03e3e31723
34 changed files with 546 additions and 539 deletions
|
|
@ -465,9 +465,9 @@
|
|||
<ClCompile Include="..\Modules\_typingmodule.c" />
|
||||
<ClCompile Include="..\Modules\timemodule.c" />
|
||||
<ClCompile Include="..\Modules\xxsubtype.c" />
|
||||
<ClCompile Include="..\Modules\_xxsubinterpretersmodule.c" />
|
||||
<ClCompile Include="..\Modules\_xxinterpchannelsmodule.c" />
|
||||
<ClCompile Include="..\Modules\_xxinterpqueuesmodule.c" />
|
||||
<ClCompile Include="..\Modules\_interpretersmodule.c" />
|
||||
<ClCompile Include="..\Modules\_interpchannelsmodule.c" />
|
||||
<ClCompile Include="..\Modules\_interpqueuesmodule.c" />
|
||||
<ClCompile Include="..\Modules\_io\fileio.c" />
|
||||
<ClCompile Include="..\Modules\_io\bytesio.c" />
|
||||
<ClCompile Include="..\Modules\_io\stringio.c" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue