You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
|
5 years ago | |
|---|---|---|
| .ci | 5 years ago | |
| .github | 7 years ago | |
| ansible_mitogen | 6 years ago | |
| docs | 5 years ago | |
| examples | 6 years ago | |
| mitogen | 5 years ago | |
| scripts | 7 years ago | |
| tests | 5 years ago | |
| .gitignore | 7 years ago | |
| .lgtm.yml | 6 years ago | |
| .travis.yml | 5 years ago | |
| LICENSE | 5 years ago | |
| MANIFEST.in | 7 years ago | |
| README.md | 5 years ago | |
| dev_requirements.txt | 7 years ago | |
| preamble_size.py | 6 years ago | |
| run_tests | 7 years ago | |
| setup.cfg | 8 years ago | |
| setup.py | 7 years ago | |
| tox.ini | 7 years ago | |
