Conversation
Modules/expat/xmlparse.c
Outdated
| Copyright (c) 2019-2020 Ben Wagner <bungeman@chromium.org> | ||
| Copyright (c) 2019 Vadim Zeitlin <vadim@zeitlins.org> | ||
| Copyright (c) 2021 Dong-hee Na <donghee.na@python.org> | ||
| Copyright (c) 2021 Donghee Na <donghee.na@python.org> |
There was a problem hiding this comment.
It's copied from libexpat.
https://github.com/libexpat/libexpat
I am not sure that updating legal name for expat is proper :(
There was a problem hiding this comment.
I sent the PR to the upstream too :)
Let's wait
There was a problem hiding this comment.
I'm positive that (1) we'll have a version of libexpat/libexpat#754 merged upstream shortly and that (2) there will be a release >=2.5.1 this year bringing these changes to CPython "for free" just by upgrading the bundled copy of libexpat.
There was a problem hiding this comment.
Sounds good, I'll revert the changes to Modules/expat/ here, and we can wait for the upstream changes to filter through.
|
|
Thanks @hugovk for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
(cherry picked from commit f194165) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
|
GH-110225 is a backport of this pull request to the 3.12 branch. |


Opened separately from the docs changes in #109743, because we can't backport non-docs things to 3.12 until after 3.12.0 is out on 2023-10-02.