Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
GH-92123: Pass _elementtree state as parameter#101189
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
GH-92123: Pass _elementtree state as parameter#101189
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Passing the state around as a parameter is one way to get rid of |
(I willrebase this onto |
f0117f3 to5fd0b8aComparePass 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()
b853fba tofbd465aComparefbd465a to0195c35Comparecc.@arhadthedev |
erlend-aasland commentedJan 23, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
After this, the remaining parts are:
|
kumaraditya303 commentedJan 24, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Up to you but I can review of all this in one go, they are relatively small changes. |
Side thought: |
Yes; well observed. |
Uh oh!
There was an error while loading.Please reload this page.
Complement to#101190