Thread: pgsql/src/interfaces/python pgmodule.c

pgsql/src/interfaces/python pgmodule.c

From
darcy@postgresql.org (D'Arcy Cain)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    darcy@postgresql.org    02/03/20 09:36:09

Modified files:
    src/interfaces/python: pgmodule.c

Log message:
    PyGreSQL causes a segfault when used with a Python executable that was
    compiled with --with-pymalloc.  This change fixes that.  Thanks to
    Dave Wallace <dwallace@udel.edu>