gh-113119 fix environment handling in subprocess.Popen when posix_spawn is used by kulikjak · Pull Request #113120 · python/cpython
added 2 commits
aisk pushed a commit to aisk/cpython that referenced this pull request
…ix_spawn is used (python#113120) * Allow posix_spawn to inherit environment form parent environ variable. With this change, posix_spawn call can behave similarly to execv with regards to environments when used in subprocess functions.
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request
…ix_spawn is used (python#113120) * Allow posix_spawn to inherit environment form parent environ variable. With this change, posix_spawn call can behave similarly to execv with regards to environments when used in subprocess functions.
This file contains hidden or 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