]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add guards against fcntl() not being available on Windows.
authorGeorg Brandl <georg@python.org>
Fri, 31 Mar 2006 20:27:27 +0000 (20:27 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 31 Mar 2006 20:27:27 +0000 (20:27 +0000)
commit5c1498057a85a463e422d7e6464479dfe12dde20
treecb7abb0193029a5088e1852593589c204522a55f
parent38bb9c6d147e25d372f69eca6b047c89a547a8e9
Add guards against fcntl() not being available on Windows.
 (backport from rev. 43504)
Modules/posixmodule.c