mirror of
https://github.com/python/cpython.git
synced 2026-07-29 05:08:36 -04:00
Detect Cygwin and MSYS with `uname` instead of `$OSTYPE` `$OSTYPE` is not defined by POSIX and may not be present in other shells. `uname` is always available in any shell.