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 a63bd34 commit 22417ecCopy full SHA for 22417ec
Modules/pyexpat.c
@@ -72,11 +72,11 @@ pyexpat_get_state(PyObject *module)
72
73
/* Declarations for objects of type xmlparser */
74
75
-typedef struct xmlparseobject_ {
+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