Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not fdopen() fds 1, 2 but use sys.* instead
Apparently fdopening stdout and stderr is a bad idea and can cause the interpreter to crash. Use sys.stdout or sys.stderr, respectively, when these fds are passed. Bug: open-vcpkg/python-registry#10 Signed-off-by: Michał Górny <[email protected]>
- Loading branch information