mirror of
https://github.com/python/cpython.git
synced 2026-06-04 02:26:37 -04:00
66f95ea6a6
Prior to gh-114269, the iterator returned by ElementTree.iterparse was initialized with the root attribute as None. This restores the previous behavior.