MySQLdb1
MySQLdb1 copied to clipboard
simplify memory management of the conv dictionary
In ResultObject_Initialize, always borrow the conv dictionary from the caller. This simplifies the code, removes an allocation, and fixes ref leaks in error cases.