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 6d8b559 commit de9bbf6Copy full SHA for de9bbf6
1 file changed
Lib/test/test_xml_etree_c.py
@@ -261,7 +261,7 @@ def test_element_with_children(self):
261
@unittest.skipUnless(cET, 'requires _elementtree')
262
@threading_helper.requires_working_threading()
263
class TestElementTreeFreeThreading(unittest.TestCase):
264
- def test_element_extra_race(self):
+ def test_element_concurrent_clear_and_access(self):
265
#Race len(), .attrib, and .clear() to verify fix for gh-149861.
266
root = cET.Element('root')
267
children = [cET.Element(f'child-{i}') for i in range(5)]
0 commit comments