Staging
v0.8.1
Revision 069b8d20be8018fbd49ed5aaf64c4caba311e48f authored by Antoine Pitrou on 11 March 2018, 19:09:20 UTC, committed by GitHub on 11 March 2018, 19:09:20 UTC
In some conditions the standard streams will be None or closed in the child process (for example if using "pythonw" instead of "python" on Windows).  Avoid failing with a non-0 exit code in those conditions.

Report and initial patch by poxthegreat..
(cherry picked from commit e756f66c83786ee82f5f7d45931ae50a6931dd7f)
1 parent 20ac11a
History
File Mode Size
PULL_REQUEST_TEMPLATE.md -rw-r--r-- 346 bytes
appveyor.yml -rw-r--r-- 1.1 KB
codecov.yml -rw-r--r-- 574 bytes

back to top