Re: Python 3.1 support

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Python 3.1 support
Дата
Msg-id 27090.1258656195@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Python 3.1 support  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Python 3.1 support
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> By the way, it occurred to me that having two different versions of
> libpython loaded into the same process is probably not going to work
> sanely.

Why not?  There's no way they'd even know about each other.  We tell
the loader not to make the symbols globally visible.

But in any case, my main concern here is that I don't want to have
to predetermine which python version a user of Red Hat/Fedora will
have to use.  If they can only use one at a time, that's still a
good bit better than not having a choice at all.
        regards, tom lane


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Python 3.1 support
Следующее
От: Tom Lane
Дата:
Сообщение: Re: TRIGGER with WHEN clause