PyAPI: remove Python 3.7x compatibility code
This removes Python version checks needed to build with 3.8+ and 3.7x. Ref D10381
This commit is contained in:
@@ -83,11 +83,7 @@ PyTypeObject BBox_Type = {
|
||||
sizeof(BPy_BBox), /* tp_basicsize */
|
||||
0, /* tp_itemsize */
|
||||
(destructor)BBox_dealloc, /* tp_dealloc */
|
||||
#if PY_VERSION_HEX >= 0x03080000
|
||||
0, /* tp_vectorcall_offset */
|
||||
#else
|
||||
nullptr, /* tp_print */
|
||||
#endif
|
||||
0, /* tp_vectorcall_offset */
|
||||
nullptr, /* tp_getattr */
|
||||
nullptr, /* tp_setattr */
|
||||
nullptr, /* tp_reserved */
|
||||
|
||||
Reference in New Issue
Block a user