提交 b2c89fa7 编写于 作者: B Bruce Momjian

Fox for old python PyMem_DEL, was PyMem_Del,

上级 ed6cce4c
......@@ -37,7 +37,7 @@
/* PyObject_Del does not exist in older versions of Python. */
#if PY_VERSION_HEX < 0x01060000
#define PyObject_Del(op) PyMem_Del((op))
#define PyObject_Del(op) PyMem_DEL((op))
#endif
static PyObject *PGError;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册