Thread: pgsql: Fix for warnings-free compilation with Python 3.2

pgsql: Fix for warnings-free compilation with Python 3.2

From
Peter Eisentraut
Date:
Fix for warnings-free compilation with Python 3.2

The first argument of PyEval_EvalCode() was changed from PyCodeObject*
to PyObject* because of PEP 384.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/66d6b4cb54eb3b192c8f9087592e53c53c20cf06

Modified Files
--------------
src/pl/plpython/plpython.c |    5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)