@@ -212,6 +212,9 @@ static PyTypeObject Ini_Type = {
212212 0 , /* tp_vectorcall*/
213213#if PY_VERSION_HEX >= 0x030c00f0 // 3.12
214214 0 , /* tp_watched*/
215+ #if PY_VERSION_HEX >= 0x030d00f0 // 3.13
216+ 0 , /* tp_versions_used*/
217+ #endif
215218#endif
216219#endif
217220};
@@ -891,6 +894,9 @@ static PyTypeObject Stat_Type = {
891894 0 , /* tp_vectorcall*/
892895#if PY_VERSION_HEX >= 0x030c00f0 // 3.12
893896 0 , /* tp_watched*/
897+ #if PY_VERSION_HEX >= 0x030d00f0 // 3.13
898+ 0 , /* tp_versions_used*/
899+ #endif
894900#endif
895901#endif
896902};
@@ -1685,6 +1691,9 @@ static PyTypeObject Command_Type = {
16851691 0 , /* tp_vectorcall*/
16861692#if PY_VERSION_HEX >= 0x030c00f0 // 3.12
16871693 0 , /* tp_watched*/
1694+ #if PY_VERSION_HEX >= 0x030d00f0 // 3.13
1695+ 0 , /* tp_versions_used*/
1696+ #endif
16881697#endif
16891698#endif
16901699};
@@ -1807,6 +1816,9 @@ static PyTypeObject Error_Type = {
18071816 0 , /* tp_vectorcall*/
18081817#if PY_VERSION_HEX >= 0x030c00f0 // 3.12
18091818 0 , /* tp_watched*/
1819+ #if PY_VERSION_HEX >= 0x030d00f0 // 3.13
1820+ 0 , /* tp_versions_used*/
1821+ #endif
18101822#endif
18111823#endif
18121824};
@@ -2538,6 +2550,9 @@ static PyTypeObject PositionLoggerType = {
25382550 0 , /* tp_vectorcall*/
25392551#if PY_VERSION_HEX >= 0x030c00f0 // 3.12
25402552 0 , /* tp_watched*/
2553+ #if PY_VERSION_HEX >= 0x030d00f0 // 3.13
2554+ 0 , /* tp_versions_used*/
2555+ #endif
25412556#endif
25422557#endif
25432558};
0 commit comments