Use Py_RETURN_NONE where suitable
Peter Eisentraut <peter_e@gmx.net>
Use Py_RETURN_NONE where suitable This is more idiomatic style and available as of Python 2.4, which is our minimum.
Files
| Path | Change | +/− |
|---|---|---|
| src/pl/plpython/plpy_cursorobject.c | modified | +1 −2 |
| src/pl/plpython/plpy_plpymodule.c | modified | +1 −2 |
| src/pl/plpython/plpy_subxactobject.c | modified | +1 −2 |