pgsql: Revert "Prepare for Python "Limited API" in PL/Python" - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Revert "Prepare for Python "Limited API" in PL/Python"
Date
Msg-id E1tnOiF-000Enu-0G@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Revert "Prepare for Python "Limited API" in PL/Python"

This reverts commit c47e8df815c1c45f4e4fc90d5817d67ab088279f.

That commit makes the plpython tests crash with Python 3.6.* and
3.7.*.  It will need further investigation and testing, so revert for
now.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f734c9fc3a91959c2473a1e33fd9b60116902175

Modified Files
--------------
src/pl/plpython/plpy_cursorobject.c  | 71 +++++++++-----------------
src/pl/plpython/plpy_planobject.c    | 61 ++++++++--------------
src/pl/plpython/plpy_procedure.c     |  5 +-
src/pl/plpython/plpy_resultobject.c  | 98 ++++++++++++++----------------------
src/pl/plpython/plpy_subxactobject.c | 41 +++++++--------
src/pl/plpython/plpy_typeio.c        |  6 +--
6 files changed, 105 insertions(+), 177 deletions(-)


pgsql-committers by date:

Previous
From: Masahiko Sawada
Date:
Subject: pgsql: Fix a typo in 005_char_signedness.pl test.
Next
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Prepare for Python "Limited API" in PL/Python