MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_free_after_iterating

Method test_free_after_iterating

Lib/test/test_iter.py:1141–1142  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1139
1140 @unittest.expectedFailure # TODO: RUSTPYTHON; AssertionError: False is not true
1141 def test_free_after_iterating(self):
1142 check_free_after_iterating(self, iter, SequenceClass, (0,))
1143
1144 def test_error_iter(self):
1145 for typ in (DefaultIterClass, NoIterClass):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected