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 Michael.Felt
Recipients Michael.Felt
Date 2019-06-12.10:05:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560333934.74.0.973153336061.issue37243@roundup.psfhosted.org>
In-reply-to
Content
issue34655 added sendfile support to asyncio. However, the `test_sendfile` fails when called if there is no os.sendfile support.

This patch will skip the test when 

@unittest.skipUnless(hasattr(os, 'sendfile'), 'test needs os.sendfile()')
History
Date User Action Args
2019-06-12 10:05:34Michael.Feltsetrecipients: + Michael.Felt
2019-06-12 10:05:34Michael.Feltsetmessageid: <1560333934.74.0.973153336061.issue37243@roundup.psfhosted.org>
2019-06-12 10:05:34Michael.Feltlinkissue37243 messages
2019-06-12 10:05:34Michael.Feltcreate