From 99f7fd175a2380abcccbd32ba9ae295e90090529 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Mon, 28 Jan 2002 10:36:25 +0000 Subject: Update to 0.9.1. Prompted by: many Submitted by: Anders Nordby --- databases/py-MySQLdb/files/patch-_mysql.c | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 databases/py-MySQLdb/files/patch-_mysql.c (limited to 'databases/py-MySQLdb/files/patch-_mysql.c') diff --git a/databases/py-MySQLdb/files/patch-_mysql.c b/databases/py-MySQLdb/files/patch-_mysql.c deleted file mode 100644 index fe72118ba2fb..000000000000 --- a/databases/py-MySQLdb/files/patch-_mysql.c +++ /dev/null @@ -1,17 +0,0 @@ - -$FreeBSD$ - ---- _mysql.c 2002/01/09 13:02:08 1.1 -+++ _mysql.c 2002/01/09 13:06:07 -@@ -781,7 +781,11 @@ - goto error; - } - if (!row) { -+#if PY_VERSION_HEX < 0x02020000 - if (_PyTuple_Resize(r, i, 0) == -1) goto error; -+#else -+ if (_PyTuple_Resize(r, i) == -1) goto error; -+#endif - break; - } - v = convert_row(self, row); -- cgit v1.2.3