This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author geoffreyspear
Recipients Arfrever, Chainsaw, djc, geoffreyspear, pipping, pitrou, spatz
Date 2014-02-18.00:03:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392681828.96.0.999520733184.issue7247@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2014-02-18 00:03:49geoffreyspearsetrecipients: + geoffreyspear, pitrou, pipping, djc, spatz, Arfrever, Chainsaw
2014-02-18 00:03:48geoffreyspearsetmessageid: <1392681828.96.0.999520733184.issue7247@psf.upfronthosting.co.za>
2014-02-18 00:03:48geoffreyspearlinkissue7247 messages
2014-02-18 00:03:48geoffreyspearcreate