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 11c7953 commit abe5922Copy full SHA for abe5922
Modules/_abc.c
@@ -66,7 +66,7 @@ PyDoc_STRVAR(abc_data_doc,
66
"Internal state held by ABC machinery.");
67
68
static PyTypeObject _abc_data_type = {
69
- PyVarObject_HEAD_INIT(&PyType_Type, 0)
+ PyVarObject_HEAD_INIT(NULL, 0)
70
"_abc_data", /*tp_name*/
71
sizeof(_abc_data), /*tp_basicsize*/
72
.tp_dealloc = (destructor)abc_data_dealloc,
0 commit comments