Skip to content

Commit fcdab03

Browse files
committed
Sync CPPScope
1 parent 905f883 commit fcdab03

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/CPPScope.cxx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,12 @@ PyTypeObject CPPScope_Type = {
701701
#if PY_VERSION_HEX >= 0x03040000
702702
, 0 // tp_finalize
703703
#endif
704+
#if PY_VERSION_HEX >= 0x03080000
705+
, 0 // tp_vectorcall
706+
#endif
707+
#if PY_VERSION_HEX >= 0x030c0000
708+
, 0 // tp_watched
709+
#endif
704710
};
705711

706712
} // namespace CPyCppyy

0 commit comments

Comments
 (0)