Re: Python 3.1 support - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Python 3.1 support
Date
Msg-id 27090.1258656195@sss.pgh.pa.us
Whole thread Raw
In response to Re: Python 3.1 support  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Python 3.1 support
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Python 3.1 support
Next
From: Tom Lane
Date:
Subject: Re: TRIGGER with WHEN clause