File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ _tracemalloc _tracemalloc.c
16
16
_codecs _codecsmodule.c
17
17
_collections _collectionsmodule.c
18
18
errno errnomodule.c
19
- _io _io/_iomodule.c _io/iobase.c _io/fileio.c _io/bytesio.c _io/bufferedio.c _io/textio.c _io/stringio.c
19
+ _io _io/_iomodule.c _io/iobase.c _io/fileio.c _io/bytesio.c _io/bufferedio.c _io/textio.c _io/stringio.c _io/winconsoleio.c
20
20
itertools itertoolsmodule.c
21
21
_sre _sre/sre.c
22
22
_thread _threadmodule.c
Original file line number Diff line number Diff line change @@ -1048,6 +1048,9 @@ def detect_test_extensions(self):
1048
1048
['_xxtestfuzz/_xxtestfuzz.c' , '_xxtestfuzz/fuzzer.c' ]
1049
1049
))
1050
1050
1051
+ if MS_WINDOWS :
1052
+ self .add (Extension ('_testconsole' , ['../PC/_testconsole.c' ]))
1053
+
1051
1054
def detect_readline_curses (self ):
1052
1055
# readline
1053
1056
readline_termcap_library = ""
You can’t perform that action at this time.
0 commit comments