if (!conn) {
_mysql_Exception(self);
return -1;
} else {
my_bool enable = 1;
mysql_options(conn, MYSQL_OPT_RECONNECT, &enable);
}
/*
PyType_GenericAlloc() automatically sets up GC allocation and