2 Commits

Author SHA1 Message Date
Christoph Reiter
2b65957fb9 python: pretend to be cygwin in more places
The main change here is that sys.platform == 'cygwin', which allows
us to drop various changes for extending cygwin checks. Fewer patches
and less likely that we miss to patch a new cygwin check on updates.

If one really needs to check for msys Python then this still works:

sysconfig.get_platform().startswith("msys")
2021-05-11 22:57:55 +02:00
Alexey Pavlov
885bbbadf0 Drop Python2 support. Round 4 2020-03-02 12:44:15 +03:00