summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_os.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py
index f675259..0b77835 100644
--- a/Lib/test/test_os.py
+++ b/Lib/test/test_os.py
@@ -2332,7 +2332,7 @@ class TestSendfile(unittest.TestCase):
**{'in': self.fileno})
if self.SUPPORT_HEADERS_TRAILERS:
os.sendfile(self.sockno, self.fileno, offset=0, count=4096,
- headers=None, trailers=None, flags=0)
+ headers=(), trailers=(), flags=0)
# --- headers / trailers tests