Commit 000e800
committed
Clarify fd inheritance: fork vs exec in both docs
- mkstemp(): Clarify non-inheritance applies to exec, add link to fd_inheritance
- os module: Explain that non-inheritable fds remain accessible after fork() but close on exec()
Addresses feedback from vstinner.1 parent 090d058 commit 000e800
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1969 | 1969 | | |
1970 | 1970 | | |
1971 | 1971 | | |
1972 | | - | |
| 1972 | + | |
| 1973 | + | |
| 1974 | + | |
| 1975 | + | |
| 1976 | + | |
1973 | 1977 | | |
1974 | 1978 | | |
1975 | 1979 | | |
| |||
0 commit comments