equal
deleted
inserted
replaced
99 #define PyBytes_AsStringAndSize PyString_AsStringAndSize |
99 #define PyBytes_AsStringAndSize PyString_AsStringAndSize |
100 #define _PyBytes_InsertThousandsGrouping _PyString_InsertThousandsGrouping |
100 #define _PyBytes_InsertThousandsGrouping _PyString_InsertThousandsGrouping |
101 |
101 |
102 #endif /* PY_VERSION_HEX */ |
102 #endif /* PY_VERSION_HEX */ |
103 |
103 |
|
104 #if (PY_VERSION_HEX < 0x02050000) |
|
105 typedef int Py_ssize_t; |
|
106 #endif |
|
107 |
104 #endif /* _HG_UTIL_H_ */ |
108 #endif /* _HG_UTIL_H_ */ |
105 |
109 |