Issue #1309352: fcntl now converts its third arguments to a C `long` rather
commit3e849724d5baf85cdae7d058c371cde2ef93a1d5
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 24 May 2009 15:40:09 +0000 (24 15:40 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 24 May 2009 15:40:09 +0000 (24 15:40 +0000)
tree6410759893e6ded32ddcb2d9e41d846f2e5b8fdd
parente9d56fdf2fde967e7d0bdf9274baad360631d3c3
Issue #1309352: fcntl now converts its third arguments to a C `long` rather
than an int, which makes some operations possible under 64-bit Linux (e.g.
DN_MULTISHOT with F_NOTIFY).

git-svn-id: http://svn.python.org/projects/python/trunk@72887 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_fcntl.py
Misc/NEWS
Modules/fcntlmodule.c