pgsql: Fix for warnings-free compilation with Python 3.2

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix for warnings-free compilation with Python 3.2
Date: 2011-02-16 21:16:54
Message-ID: E1Ppok2-0003Tb-VA@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-02-16 22:25:00 pgsql: Add backwards-compatible declarations of some core GIN support f
Previous Message Bruce Momjian 2011-02-16 20:18:14 Re: [COMMITTERS] pgsql: Cleanup ClusterInfo initialization in pg_upgrade