mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Fox for old python PyMem_DEL, was PyMem_Del,
This commit is contained in:
parent
ed6cce4c7b
commit
b2c89fa7af
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
/* PyObject_Del does not exist in older versions of Python. */
|
/* PyObject_Del does not exist in older versions of Python. */
|
||||||
#if PY_VERSION_HEX < 0x01060000
|
#if PY_VERSION_HEX < 0x01060000
|
||||||
#define PyObject_Del(op) PyMem_Del((op))
|
#define PyObject_Del(op) PyMem_DEL((op))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static PyObject *PGError;
|
static PyObject *PGError;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user