New submission from Michael Felt <aixto...@felt.demon.nl>:

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()')

----------
messages: 345314
nosy: Michael.Felt
priority: normal
severity: normal
status: open
title: test_sendfile in asyncio crashes when os.sendfile() is not supported

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37243>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to