CVSROOT: /cvsroot
Module name: pgsql
Changes by: darcy@postgresql.org 02/03/25 20:50:14
Modified files:
src/interfaces/python: pgmodule.c
Log message:
Further changes following discussion on INTERFACES mailing list:
- Use PyObject_Del() rather than macro version
- Check version and drop back to PyMem_Del() for older systems.