]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #28746: Fix the set_inheritable() file descriptor method on platforms
authorXavier de Gaye <xdegaye@users.sourceforge.net>
Sat, 19 Nov 2016 15:19:29 +0000 (16:19 +0100)
committerXavier de Gaye <xdegaye@users.sourceforge.net>
Sat, 19 Nov 2016 15:19:29 +0000 (16:19 +0100)
commitec5d3cd533be223248a77a881f584e64f4777646
treecd38bddc404c4154880fd84b192be3cc5e135366
parent78ffd6cffacb04bea61bb0ef850d05859ab2dbe4
Issue #28746: Fix the set_inheritable() file descriptor method on platforms
that do not have the ioctl FIOCLEX and FIONCLEX commands
Misc/NEWS
Python/fileutils.c