Fix for warnings-free compilation with Python 3.2
Peter Eisentraut <peter_e@gmx.net>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/pl/plpython/plpython.c | modified | +5 −0 |