pyodbc icon indicating copy to clipboard operation
pyodbc copied to clipboard

Use PyMem functions

Open mkleehammer opened this issue 7 years ago • 0 comments

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.

mkleehammer avatar Mar 20 '17 15:03 mkleehammer