| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
With this change, posix_spawn call can behave similarly to execv with regards to environments when used in subprocess functions.
There was a problem hiding this comment.
The code looks good, can you add a NEWS entry (step 8 in https://devguide.python.org/) and mention the os.posix_spawn feature of accepting env=None to mean "use the current process environment" in Doc/whatsnew/3.13.rst?
Sorry, something went wrong.
|
Thanks for the review. I added a NEWS fragment and whatsnew entry as per your suggestion. |
Sorry, something went wrong.
…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.
…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.
`env` can be `None` since 3.13, see python/cpython#113120
| Back | FazBrowse Home | New Git URL |
Fixes #113119 .
📚 Documentation preview 📚: https://cpython-previews--113120.org.readthedocs.build/