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.pull/775/head
parent
ceb0a94467
commit
bce3bab3e8
Loading…
Reference in New Issue