Py3.12: initialize field 'tp_watched'
This commit is contained in:
@@ -84,6 +84,9 @@ PyTypeObject FeaturePythonPyT<FeaturePyT>::Type = {
|
||||
nullptr /*tp_finalize */
|
||||
#if PY_VERSION_HEX >= 0x03080000
|
||||
,0 /*tp_vectorcall */
|
||||
#if PY_VERSION_HEX >= 0x030c0000
|
||||
,0 /*tp_watched */
|
||||
#endif
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user