add local _PyLong_AsInt() needed for python older then 3.3.2
This commit is contained in:
@@ -72,4 +72,8 @@ int PyC_FlagSet_ValueFromID(PyC_FlagSet *item, const char *identifier, int
|
||||
int PyC_FlagSet_ToBitfield(PyC_FlagSet *items, PyObject *value, int *r_value, const char *error_prefix);
|
||||
PyObject *PyC_FlagSet_FromBitfield(PyC_FlagSet *items, int flag);
|
||||
|
||||
#if PY_VERSION_HEX < 0x03030200
|
||||
int _PyLong_AsInt(PyObject *obj);
|
||||
#endif
|
||||
|
||||
#endif /* __PY_CAPI_UTILS_H__ */
|
||||
|
Reference in New Issue
Block a user