mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
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).
Miscellaneous source files for the main Python shared library