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

This commit is contained in:
wmayer
2020-06-08 20:20:55 +02:00
committed by wwmayer
parent 6c80d8df0d
commit d14e17c558

View File

@@ -84,6 +84,9 @@ PyTypeObject FeaturePythonPyT<FeaturePyT>::Type = {
#if PY_MAJOR_VERSION >= 3
,0 /*tp_finalize */
#endif
#if PY_VERSION_HEX >= 0x03080000
,0 /*tp_vectorcall */
#endif
};
template<class FeaturePyT>