8000 Split out the _xxinterpchannels module. · python/cpython@b21ed6a · GitHub
[go: up one dir, main page]

Skip to content

Commit b21ed6a

Browse files
Split out the _xxinterpchannels module.
1 parent 1b60456 commit b21ed6a

12 files changed

+3987
-3729
lines changed

Lib/test/test__xxinterpchannels.py

Lines changed: 1541 additions & 0 deletions
Large diffs are not rendered by default.

Lib/test/test__xxsubinterpreters.py

Lines changed: 27 additions & 1500 deletions
Large diffs are not rendered by default.

Modules/Setup

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ PYTHONPATH=$(COREPYTHONPATH)
280280
# Testing
281281

282282
#_xxsubinterpreters _xxsubinterpretersmodule.c
283+
#_xxinterpchannels _xxinterpchannelsmodule.c
283284
#_xxtestfuzz _xxtestfuzz/_xxtestfuzz.c _xxtestfuzz/fuzzer.c
284285
#_testbuffer _testbuffer.c
285286
#_testinternalcapi _testinternalcapi.c

Modules/Setup.stdlib.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
@MODULE__STRUCT_TRUE@_struct _struct.c
4444
@MODULE__TYPING_TRUE@_typing _typingmodule.c
4545
@MODULE__XXSUBINTERPRETERS_TRUE@_xxsubinterpreters _xxsubinterpretersmodule.c
46+
@MODULE__XXSUBINTERPRETERS_TRUE@_xxinterpchannels _xxinterpchannelsmodule.c
4647
@MODULE__ZONEINFO_TRUE@_zoneinfo _zoneinfo.c
4748

4849
# needs libm

0 commit comments

Comments
 (0)
0