We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6852741 commit ed6cce4Copy full SHA for ed6cce4
src/interfaces/python/pgmodule.c
@@ -35,7 +35,7 @@
35
#include <stdlib.h>
36
#include <string.h>
37
38
-# PyObject_Del does not exist in older versions of Python.
+/* PyObject_Del does not exist in older versions of Python. */
39
#if PY_VERSION_HEX < 0x01060000
40
#define PyObject_Del(op) PyMem_Del((op))
41
#endif
0 commit comments