We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff7b96f commit 2f488cbCopy full SHA for 2f488cb
Lib/test/test_unicode.py
@@ -2530,6 +2530,8 @@ def test_free_after_iterating(self):
2530
support.check_free_after_iterating(self, iter, str)
2531
support.check_free_after_iterating(self, reversed, str)
2532
2533
+ # TODO: RUSTPYTHON
2534
+ @unittest.expectedFailure
2535
def test_check_encoding_errors(self):
2536
# bpo-37388: str(bytes) and str.decode() must check encoding and errors
2537
# arguments in dev mode
0 commit comments