Skip to content
Snippets Groups Projects
Commit b734e176 authored by Christos Tsolakis's avatar Christos Tsolakis
Browse files

vtkPythonCompatibility: initialize `tp_versions_used`

parent 79ec9350
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,9 @@
}
// PyTypeObject compatibility
#if PY_VERSION_HEX >= 0x030C0000
#if PY_VERSION_HEX >= 0x030D0000
#define VTK_WRAP_PYTHON_SUPPRESS_UNINITIALIZED nullptr, 0, nullptr, nullptr, 0, 0,
#elif PY_VERSION_HEX >= 0x030C0000
#define VTK_WRAP_PYTHON_SUPPRESS_UNINITIALIZED nullptr, 0, nullptr, nullptr, 0,
#elif PY_VERSION_HEX >= 0x03090000
#define VTK_WRAP_PYTHON_SUPPRESS_UNINITIALIZED nullptr, 0, nullptr, nullptr,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment