MySQL for Python MySQLdb-SVN
MySQL database connector for Python programming
Brought to you by:
adustman
--- a/trunk/MySQLdb/_mysql.c +++ b/trunk/MySQLdb/_mysql.c @@ -247,7 +247,6 @@ return NULL; if (conv) { c->converter = conv; - Py_INCREF(conv); } else { if (!(c->converter = PyDict_New())) { Py_DECREF(c);