Revert "Prepare for Python "Limited API" in PL/Python"
Peter Eisentraut <peter@eisentraut.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/pl/plpython/plpy_cursorobject.c | modified | +25 −46 |
| src/pl/plpython/plpy_planobject.c | modified | +21 −40 |
| src/pl/plpython/plpy_procedure.c | modified | +1 −4 |
| src/pl/plpython/plpy_resultobject.c | modified | +38 −60 |
| src/pl/plpython/plpy_subxactobject.c | modified | +17 −24 |
| src/pl/plpython/plpy_typeio.c | modified | +3 −3 |