Add the msvcrt moduleto the default module deny list
Commit https://github.com/python/cpython/commit/880d42a3b247 (first
released in Python 3.8a0) moved an import of msvcrt from an if <win32>
block, into a try/except block. So now the import is tried even on Linux
or MacOS.
https://docs.python.org/3/library/msvcrt.html is a Windows specific
builtin.
(cherry picked from commit bce3bab3e8
)
pull/800/head
parent
965f9d6311
commit
8816ecaff0
Loading…
Reference in New Issue