Download this file
8 lines (5 with data), 187 Bytes
| #include "Python.h"
/* Suggested by M. v. Loewis: http://mail.python.org/pipermail/python-dev/2006-March/062561.html */
#if (PY_VERSION_HEX < 0x02050000)
typedef int Py_ssize_t;
#endif
|
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.