Disable calls to fcntl.fcntl(…, fcntl.F_SETFD, … | fcntl.FD_CLOEXEC) with Python...
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Mon, 2 Sep 2013 13:56:29 +0000 (15:56 +0200)
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Mon, 2 Sep 2013 13:56:29 +0000 (15:56 +0200)
commitcd0eec80a70e5c5de2c39be5e767a4ce27083372
tree68ca23c21685ce87ae7b174868cb12c31cc451d9
parent617c0ebf31f09e424442e0bc2e7e5b1c6407a056
Disable calls to fcntl.fcntl(…, fcntl.F_SETFD, … | fcntl.FD_CLOEXEC) with Python >=3.4,
since FD_CLOEXEC is enabled by default in Python >=3.4.
pym/_emerge/AsynchronousLock.py
pym/_emerge/EbuildMetadataPhase.py
pym/_emerge/FifoIpcDaemon.py
pym/_emerge/PipeReader.py
pym/_emerge/SpawnProcess.py
pym/portage/dbapi/_MergeProcess.py
pym/portage/locks.py
pym/portage/util/_async/PipeLogger.py
pym/portage/util/_eventloop/EventLoop.py