mirror of https://github.com/python/cpython
Browse Source
Issue #26770: set_inheritable() avoids calling fcntl() twice if the FD_CLOEXEC is already set/cleared. This change only impacts platforms using the fcntl() implementation of set_inheritable() (not Linux nor Windows).pull/9921/head
1 changed files with 13 additions and 5 deletions
Loading…
Reference in new issue