On 4/3/07, Marko Kreen <markokr@gmail.com> wrote:
> On 4/3/07, Bruce Momjian <bruce@momjian.us> wrote:
> > Where are we on Python 2.5?
>
> I'll look into it.
Following patch converts plpython.c to use Python 2.5 types,
with compat ifdef for older version. This is recommended
method by PEP 353 to fix the issue.
Tested with python 2.4.3, 2.5.
--
marko