{{ message }}
GH-92123: Pass _elementtree state as parameter - #101189
Merged
erlend-aasland merged 11 commits intoJan 24, 2023
Merged
Conversation
Contributor
Author
Contributor
Author
|
(I will rebase this onto |
erlend-aasland
force-pushed
the
etree/replace-query-with-param
branch
from
January 21, 2023 11:22
f0117f3 to
5fd0b8a
Compare
Pass state as arg to create_new_element()
Pass state as arg to deepcopy()
Pass state as arg to expat_set_error()
Pass state as arg to element_setstate_from_attributes()
Pass state as arg to create_elementiter()
Pass state as arg to treebuilder_extend_element_text_or_tail()
Pass state as arg to treebuilder_add_subelement()
Pass state as arg to element_add_subelement()
Pass state as arg to element_setstate_from_Python()
erlend-aasland
force-pushed
the
etree/replace-query-with-param
branch
from
January 23, 2023 12:37
b853fba to
fbd465a
Compare
erlend-aasland
force-pushed
the
etree/replace-query-with-param
branch
from
January 23, 2023 12:41
fbd465a to
0195c35
Compare
erlend-aasland
marked this pull request as ready for review
January 23, 2023 12:54
Contributor
Author
|
cc. @arhadthedev |
Contributor
Author
|
After this, the remaining parts are:
|
Contributor
Up to you but I can review of all this in one go, they are relatively small changes. |
Contributor
|
Side thought: |
kumaraditya303
approved these changes
Jan 24, 2023
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Complement to #101190