pyodbc
pyodbc copied to clipboard
Use PyMem functions
A minor issue, but perhaps we should use PyMem_Malloc instead of our own malloc. I used our own to instrument for leak checking, but it might be possible to get this from the standard memory functions now days.