Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bpo-40077: Convert _elementtree types to heap types #23428

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

Closed
Prev Previous commit
Next Next commit
Update clinic
  • Loading branch information
Erlend E. Aasland committed Jan 11, 2021
commit f35c604d283a4cf70ec751651be1e57bcacb9be7
2 changes: 1 addition & 1 deletion 2 Modules/_elementtree.c
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ class _elementtree.Element "ElementObject *" "Element_Type"
class _elementtree.TreeBuilder "TreeBuilderObject *" "TreeBuilder_Type"
class _elementtree.XMLParser "XMLParserObject *" "XMLParser_Type"
[clinic start generated code]*/
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=f56d497fee3f9c95]*/
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=1ecdb32b55d9d5de]*/

static int
element_init(PyObject *self, PyObject *args, PyObject *kwds)
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.