Skip to content

Commit

Permalink
Py3.8: [skip ci] missing initializer for member '_typeobject::tp_vect…
Browse files Browse the repository at this point in the history
…orcall' [-Wmissing-field-initializers]
  • Loading branch information
wwmayer committed Jun 12, 2020
1 parent 6c80d8d commit d14e17c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/App/FeaturePythonPyImp.inl
Expand Up @@ -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>
Expand Down

0 comments on commit d14e17c

Please sign in to comment.