Commit Graph

3 Commits

Author SHA1 Message Date
Alexey Pavlov
357d52eb06 python3: Add back PyGetSepA and fix invoke in traceback. More fixes for getpath module. Fix warnings 2018-07-12 15:05:57 +03:00
Christoph Reiter
0b2ca8a09b python3: add one more is_cygpty() check to isatty()
With 3.6 this used some other API which already used is_cygpty() but now
uses isatty() directly.

This fixes the interactive prompt under mintty.
2018-07-06 15:03:43 +02:00
Christoph Reiter
457a2fe523 python3: don't build the readline module (#4051)
The official CPython doesn't either on Windows.
One less thing to care about.
2018-07-06 15:13:38 +03:00