-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
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
base: main
Are you sure you want to change the base?
Conversation
Please include the original patch author in a Co-authored-by trailer. |
Co-authored-by: Julian Gindi <[email protected]>
e93be5b
to
ec9c382
Compare
This comment was marked as resolved.
This comment was marked as resolved.
Co-authored-by: Hugo van Kemenade <[email protected]>
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 <[email protected]>
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. |
Applies: https://bugs.python.org/file33258/issue19683.patch
cc @terryjreedy @hugovk @picnixz