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 d64e2c3 commit 07a46a8Copy full SHA for 07a46a8
Lib/test/test_xml_etree.py
@@ -2500,7 +2500,6 @@ def __del__(self):
2500
elem = b.close()
2501
self.assertEqual(elem[0].tail, 'ABCDEFGHIJKL')
2502
2503
- @unittest.skip("TODO: RUSTPYTHON, hangs")
2504
def test_subscr(self):
2505
# Issue #27863
2506
class X:
@@ -2515,7 +2514,6 @@ def __index__(self):
2515
2514
e.append(ET.Element('child'))
2516
e[0:10:X()] # shouldn't crash
2517
2518
2519
def test_ass_subscr(self):
2520
2521
0 commit comments