Commit 8ecbaa7
committed
Clarify fd inheritance behavior for fork vs exec
Update mkstemp() documentation to clarify that file descriptors are
not inherited across exec() calls but remain accessible after fork().
Add reference link to the fd_inheritance section.
Also update the fd_inheritance section in os.rst to explicitly
explain the distinction between fork() and exec() behavior for
non-inheritable file descriptors.
Addresses feedback from vstinner.1 parent 000e800 commit 8ecbaa7
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
234 | | - | |
235 | | - | |
| 233 | + | |
| 234 | + | |
236 | 235 | | |
237 | 236 | | |
238 | 237 | | |
| |||
0 commit comments