MySQLdb1 icon indicating copy to clipboard operation
MySQLdb1 copied to clipboard

simplify memory management of the conv dictionary

Open benjaminp opened this issue 8 years ago • 0 comments

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.

benjaminp avatar Dec 20 '17 17:12 benjaminp