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
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.4 KB
_testembed.c -rw-r--r-- 5.6 KB
python.c -rw-r--r-- 2.1 KB

README

back to top