Address feedback

This commit is contained in:
Pablo Galindo Salgado 2025-12-06 17:51:38 +00:00
parent ab07b14d11
commit 76846fedf4
7 changed files with 50 additions and 49 deletions

View file

@ -51,7 +51,6 @@ assert_def_missing_or_redundant(PyModuleObject *m)
}
PyTypeObject PyModuleDef_Type = {
PyVarObject_HEAD_INIT(&PyType_Type, 0)
"moduledef", /* tp_name */