commit | daf455554bc21b6b5df0a016ab5fa639d36cc595 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed Aug 28 00:53:59 2013 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Wed Aug 28 00:53:59 2013 +0200 |
tree | 216f52f9f6d9aed0406b2ce2574e5a02aa93e327 | |
parent | 46e1ce214b5711e8dae63a1b5a0a7aafb371baf0 [diff] |
Issue #18571: Implementation of the PEP 446: file descriptors and file handles are now created non-inheritable; add functions os.get/set_inheritable(), os.get/set_handle_inheritable() and socket.socket.get/set_inheritable().