[issue43292] xml.ElementTree iterparse filehandle left open

2021-02-21 Thread Viktor Kis
Viktor Kis added the comment: Confirmed that no apps were using the created xml file or folder. Windows Explorer was closed for all folders only the terminal shell was open. Issue still persists on windows 10 OS. -- ___ Python tracker <ht

[issue43292] xml.ElementTree iterparse filehandle left open

2021-02-21 Thread Viktor Kis
Viktor Kis added the comment: ran python 3.9.2 on windows 10 1) What did you do? Tried to remove folder that contains a xml file that was worked on by ElementTree iterparse with argument source='filename' (string type input) 2. What happened? python was not able to remove the fol

[issue43292] xml.ElementTree iterparse filehandle left open

2021-02-21 Thread Viktor Kis
New submission from Viktor Kis : Standard library xml.ElementTree - iterparse does not close filehandle properly when breaking out of a for loop iterating with iterparse. The issue only occurs when the user passes a "string" as a source object instead of a filehandle (that is