This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients kuraga, serhiy.storchaka, vstinner
Date 2019-09-06.13:07:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567775274.57.0.664377253657.issue38042@roundup.psfhosted.org>
In-reply-to
Content
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 :-)
History
Date User Action Args
2019-09-06 13:07:54vstinnersetrecipients: + vstinner, serhiy.storchaka, kuraga
2019-09-06 13:07:54vstinnersetmessageid: <1567775274.57.0.664377253657.issue38042@roundup.psfhosted.org>
2019-09-06 13:07:54vstinnerlinkissue38042 messages
2019-09-06 13:07:54vstinnercreate