From: Alex M. <al...@us...> - 2006-04-23 01:10:13
|
Update of /cvsroot/gmpy/gmpy/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12314/src Modified Files: gmpy.c Log Message: Some local updates (on PPC Mac) Index: gmpy.c =================================================================== RCS file: /cvsroot/gmpy/gmpy/src/gmpy.c,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** gmpy.c 22 Apr 2006 23:31:30 -0000 1.24 --- gmpy.c 23 Apr 2006 01:10:11 -0000 1.25 *************** *** 130,133 **** --- 130,137 ---- * add support for __index__ in Python 2.5 * + * 1.03: + * add support for Py_ssize_t for compatibility with Python 2.5 + * add support for __index__ in Python 2.5 + * */ #include "pymemcompat.h" |