[issue15388] SAX parse (ExpatParser) leaks file handle when given filename input

Berker Peksag report at bugs.python.org
Sat Apr 27 19:59:41 EDT 2019


Berker Peksag <berker.peksag at gmail.com> added the comment:

I just tested the snippet in msg165779 under Windows with Python 2.7.16. I didn't get WindowsError after I called os.unlink(path) and verified that path is removed from the file system.

I think we can close this issue as 'out of date'.

----------
nosy: +berker.peksag
resolution:  -> out of date
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue15388>
_______________________________________


More information about the Python-bugs-list mailing list