We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c92ef3a commit 1441f2fCopy full SHA for 1441f2f
1 file changed
Lib/_pyio.py
@@ -10,7 +10,7 @@
10
import sys
11
# Import _thread instead of threading to reduce startup cost
12
from _thread import allocate_lock as Lock
13
-if sys.platform in {'win32', 'cygwin'}:
+if sys.platform == 'win32':
14
from msvcrt import setmode as _setmode
15
else:
16
_setmode = None
0 commit comments