Re: Python 3.1 support
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Nathan Boley <npboley@gmail.com>
Cc: Peter Eisentraut <peter_e@gmx.net>, James Pye <lists@jwp.name>, pgsql-hackers@postgresql.org
Date: 2009-11-18T17:06:58Z
Lists: pgsql-hackers
Nathan Boley <npboley@gmail.com> writes: > Also, I am a little skeptical about this patch. I am sorry if this has > already been discussed, but would this mean that I need to choose > whether pl/python is built against Python 2.* or Python 3.*? Yes. That's exactly what I was complaining about upthread. I'm not a Python user, but from what I can gather of the 2-to-3 changes, having to choose one at package build time is going to be a disaster. regards, tom lane