Py3.8: [skip ci] missing initializer for member '_typeobject::tp_vectorcall' [-Wmissing-field-initializers]

This commit is contained in:
wmayer
2020-06-08 14:40:00 +02:00
parent e4d531bb8b
commit fdc07cb6c9
2 changed files with 6 additions and 0 deletions

View File

@@ -133,6 +133,9 @@ PyTypeObject PyObjectBase::Type = {
#if PY_MAJOR_VERSION >= 3
,0 /*tp_finalize */
#endif
#if PY_VERSION_HEX >= 0x03080000
,0 /*tp_vectorcall */
#endif
};
/*------------------------------