Fix for warnings-free compilation with Python 3.2

Peter Eisentraut <peter_e@gmx.net>

Commit: 66d6b4cb54eb3b192c8f9087592e53c53c20cf06
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2011-02-16T21:15:53Z
Releases: 9.1.0
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

PathChange+/−
src/pl/plpython/plpython.c modified +5 −0