]> granicus.if.org Git - python/commit
Issue #1309352: fcntl now converts its third arguments to a C `long` rather
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 24 May 2009 15:40:09 +0000 (15:40 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 24 May 2009 15:40:09 +0000 (15:40 +0000)
commitd49e375eedf717c048fe7f803ee347a1572cc968
treed2642c53592bb1785ad5755a52cc655d15ee8a74
parent4fe3858991581e22e365e51b5770547a0da33e4b
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).
Lib/test/test_fcntl.py
Misc/NEWS
Modules/fcntlmodule.c