GoogleChromeLabs / pywebsocket3

BSD 3-Clause "New" or "Revised" License
44 stars 32 forks source link

Make tests work with python 2 on Windows #20

Closed ricea closed 3 years ago

ricea commented 3 years ago

Python 2 on Windows doesn't support the close_fds argument to Popen. Stop passing that argument on Windows.