forked from emscripten-core/emscripten
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid sharing the parent process's stdin handle to python on Windows …
…+ other Windows bat script fixes (emscripten-core#15146) * Avoid sharing the parent process's stdin handle to python when invoking python via emcc.bat script, to prevent a rare python deadlock hang. * Fix Windows .bat scripts from leaking set env. vars. Work around a Windows 7 batch script exit code issue. Work around a Windows Python spawn issue: https://bugs.python.org/issue34780 * Do not let anything come between python subprocess spawn and the exit statement (an if() statement would taint the 0 variable) * Fix bad automerge * Avoid dispatching emcc from within an if() block in .bat file * Always use exit in .bat scripts to avoid goto tainting ERRORLEVEL
- Loading branch information
Showing
23 changed files
with
988 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.