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

Geoffrey Spear report at bugs.python.org
Tue Feb 18 01:03:48 CET 2014


Geoffrey Spear added the comment:

Attached patch to ignore OSError attempting to F_NOTIFY on a machine without dnotify but with sys/fcntl.h including #defines for F_NOTIFY and DN_MULTISHOT. The test as written attempts to skip the test, but fails when the header doesn't match the actual capabilities of fcntl(2).

----------
keywords: +patch
Added file: http://bugs.python.org/file34124/issue7247.patch

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


More information about the Python-bugs-list mailing list