Re: Python 3.1 support

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Python 3.1 support
Дата
Msg-id 16270.1258059979@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Python 3.1 support  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Python 3.1 support
Re: Python 3.1 support
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> Here's the patch to support Python >=3.1 with PL/Python.  The
> compatibility code is mostly in line with the usual 2->3 C porting
> practice and is documented inline.

There was considerable debate earlier about whether we wanted to treat
Python 3 as a separate PL so it could be available in parallel with
plpython 2, because of the user-level coding incompatibilities.  It
looks like this patch simply ignores that problem.  What is going to
happen to plpython functions that depend on 2.x behavior?
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ALTER TABLE...ALTER COLUMN vs inheritance
Следующее
От: Robert Haas
Дата:
Сообщение: Re: next CommitFest