We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e3e36 commit 1b2937dCopy full SHA for 1b2937d
Modules/pyexpat.c
@@ -76,7 +76,7 @@ typedef struct xmlparseobject {
76
PyObject_HEAD
77
78
XML_Parser itself;
79
- struct xmlparseobject * parent;
+ struct xmlparseobject *parent;
80
int ordered_attributes; /* Return attributes as a list. */
81
int specified_attributes; /* Report only specified attributes. */
82
int in_callback; /* Is a callback active? */
0 commit comments