-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
gh-63882: Implement some test_minidom
tests
#132879
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
Conversation
Please include the original patch author in a Co-authored-by trailer. |
Co-authored-by: Julian Gindi <julian@gindi.io>
e93be5b
to
ec9c382
Compare
This comment was marked as resolved.
This comment was marked as resolved.
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
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've added some comments concerning unlink
but AFAIK, this is only used to break internal references within the DOM itself. Since the objects are either discarded at the end of the function or are small, you might also forget about calling .unlink
. OTOH, we can be consistent with the existing tests and always call unlink
in an addCleanup
instead.
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
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.
Thanks
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 but I have a question.
Question has been resolved. |
@hugovk I'll actually let you write the commit message as I don't know how you want the original patch's author to be credited. |
Thanks, just to make sure the Co-authored-by was in the commit description. |
Thanks @StanFromIreland for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
(cherry picked from commit ee033d4) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Co-authored-by: Julian Gindi <julian@gindi.io> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
GH-133029 is a backport of this pull request to the 3.13 branch. |
It should have been auto populated by gh I believe? |
…3029) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Co-authored-by: Julian Gindi <julian@gindi.io> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
|
Unrelated fail. |
Applies: https://bugs.python.org/file33258/issue19683.patch
cc @terryjreedy @hugovk @picnixz