Files
cpython/Lib/xml
a486d452c7 gh-140601: Add ResourceWarning to iterparse when not closed (GH-140603)
When iterparse() opens a file by filename and is not explicitly closed,
emit a ResourceWarning to alert developers of the resource leak.

Signed-off-by: Osama Abdelkader <[email protected]>
Co-authored-by: Serhiy Storchaka <[email protected]>
2025-11-13 21:05:28 +02:00
..