mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
a858bbde03
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