We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a949c35 commit d35ba6dCopy full SHA for d35ba6d
Lib/test/test_mmap.py
@@ -721,6 +721,8 @@ def test_resize_past_pos(self):
721
self.assertRaises(ValueError, m.write_byte, 42)
722
self.assertRaises(ValueError, m.write, b'abc')
723
724
+ # TODO: RUSTPYTHON
725
+ @unittest.skip
726
def test_concat_repeat_exception(self):
727
m = mmap.mmap(-1, 16)
728
with self.assertRaises(TypeError):
0 commit comments