We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c8362 commit 2952124Copy full SHA for 2952124
1 file changed
Lib/test/test_descr.py
@@ -5652,8 +5652,7 @@ def __repr__(self):
5652
objcopy2 = deepcopy(objcopy)
5653
self._assert_is_copy(obj, objcopy2)
5654
5655
- # TODO: RUSTPYTHON
5656
- @unittest.expectedFailure
+ @unittest.skip("TODO: RUSTPYTHON")
5657
def test_issue24097(self):
5658
# Slot name is freed inside __getattr__ and is later used.
5659
class S(str): # Not interned
0 commit comments