◐ Shell
clean mode source ↗

gh-113119 fix environment handling in subprocess.Popen when posix_spawn is used by kulikjak · Pull Request #113120 · python/cpython

added 2 commits

December 14, 2023 11:17
With this change, posix_spawn call can behave similarly to execv with regards to environments when used in subprocess functions.

gpshead

@kulikjak

@gpshead

@gpshead

aisk pushed a commit to aisk/cpython that referenced this pull request

Feb 11, 2024
…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

Sep 2, 2024
…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.

johnslavik added a commit to johnslavik/typeshed that referenced this pull request

Dec 7, 2025