Use Py_RETURN_NONE where suitable This is more idiomatic style and available as of Python 2.4, which is our minimum.
Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/0008a106d4f84206a96fc1fb09a1e6b09f1627ec Modified Files -------------- src/pl/plpython/plpy_cursorobject.c | 3 +-- src/pl/plpython/plpy_plpymodule.c | 3 +-- src/pl/plpython/plpy_subxactobject.c | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
