mirror of
https://github.com/python/cpython.git
synced 2026-07-29 21:25:51 -04:00
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]>