[issue38042] Crash on double list(lxml.etree.iterparse(f))

STINNER Victor report at bugs.python.org
Fri Sep 6 09:07:54 EDT 2019


STINNER Victor <vstinner at python.org> added the comment:

https://github.com/python/cpython/commit/8cbffc4d96d1da0fbc38da6f34f2da30c5ffd601 has been merged after 3.7.4 has been released, correct. I will be part of the next 3.7.5 release.

About the workflow: we close a bug once the change is merged into the development branch, not when a release is published.

For the current 3.7.5 schedule, see:
https://www.python.org/dev/peps/pep-0537/#id4

In the meanwhile, avoid calling lxml.etree.iterparse(f) twice :-)

----------

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


More information about the Python-bugs-list mailing list