Skip to content

Commit e8e921d

Browse files
committed
Remove obsolete PY_VERSION_HEX >= 0x03080000 (discovered by gh-henryiii)
1 parent de67af6 commit e8e921d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/pybind11/detail/function_record_pyobject.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,7 @@ static PyTypeObject function_record_PyTypeObject = {
108108
/* destructor tp_del */ nullptr,
109109
/* unsigned int tp_version_tag */ 0,
110110
/* destructor tp_finalize */ nullptr,
111-
#if PY_VERSION_HEX >= 0x03080000
112111
/* vectorcallfunc tp_vectorcall */ nullptr,
113-
#endif
114112
};
115113
PYBIND11_WARNING_POP
116114

0 commit comments

Comments
 (0)