mirror of
https://github.com/python/cpython.git
synced 2026-05-29 22:01:05 +00:00
Issue #12105: Add O_CLOEXEC to the os module.
This commit is contained in:
parent
f738d33e5d
commit
1e045b1831
4 changed files with 13 additions and 0 deletions
|
|
@ -1298,6 +1298,7 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window
|
|||
O_NOCTTY
|
||||
O_SHLOCK
|
||||
O_EXLOCK
|
||||
O_CLOEXEC
|
||||
|
||||
These constants are only available on Unix.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue