mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
5d7b90db0c
Prior to gh-114269, the iterator returned by ElementTree.iterparse was
initialized with the root attribute as None. This restores the previous
behavior.
(cherry picked from commit 66f95ea6a6)
Co-authored-by: Sam Gross <colesbury@gmail.com>