-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Code: Update Donghee Na's name #109744
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code: Update Donghee Na's name #109744
Conversation
Modules/expat/xmlparse.c
Outdated
@@ -32,7 +32,7 @@ | |||
Copyright (c) 2019 David Loffredo <loffredo@steptools.com> | |||
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I sent the PR to the upstream too :)
Let's wait
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good, I'll revert the changes to Modules/expat/
here, and we can wait for the upstream changes to filter through.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Thank you so much!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM again
|
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.