[issue7247] test_fcntl_64_bit from test_fcntl.py fails in Python 2.6.4

Antoine Pitrou report at bugs.python.org
Wed Nov 4 00:33:55 CET 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

That test was added as part of #1309352, to check that fcntl accepted
64-bit arguments on 64-bit systems. Previously it would raise an
OverflowError. Perhaps we should silent the IOError, since it only shows
that the OS refuses that particular case, not that the Python wrapper is
at fault.

(seeing you have problems, I don't know how to make the test pass
reliably on all systems; it does pass on my x86-64 system)

----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7247>
_______________________________________


More information about the Python-bugs-list mailing list