diff _mysql.c @ 5:b70cce9bd065 MySQLdb

Merge changes from 1.2 branch r456-468
author adustman
date Sun, 11 Feb 2007 04:37:29 +0000
parents b5a377255eea
children fa8974a41c76
line wrap: on
line diff
--- a/_mysql.c	Tue Oct 24 19:52:31 2006 +0000
+++ b/_mysql.c	Sun Feb 11 04:37:29 2007 +0000
@@ -362,7 +362,7 @@
 	PyObject *args)
 {
 	PyObject *o=NULL, *d=NULL, *r=NULL, *item, *quoted, *pkey; 
-	int ppos = 0;
+	Py_ssize_t ppos = 0;
 	if (!PyArg_ParseTuple(args, "O!O:escape_dict", &PyDict_Type, &o, &d))
 		goto error;
 	if (!PyMapping_Check(d)) {