OSDN Git Service

Fix for warnings-free compilation with Python 3.2
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 16 Feb 2011 20:19:29 +0000 (22:19 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 16 Feb 2011 21:15:53 +0000 (23:15 +0200)
commit66d6b4cb54eb3b192c8f9087592e53c53c20cf06
tree97603489117858d2ae1634277306ac7b65edc8ff
parent497e65f822ff33ed964d1c891ee6de0d97d0b2a6
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.
src/pl/plpython/plpython.c