Re: PL/Python warnings in CVS HEAD - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: PL/Python warnings in CVS HEAD
Date
Msg-id 20070403131922.GA9035@alvh.no-ip.org
Whole thread Raw
In response to Re: PL/Python warnings in CVS HEAD  ("Marko Kreen" <markokr@gmail.com>)
List pgsql-hackers
Marko Kreen escribió:
> 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.

No compiler warnings, regression tests pass here on Python 2.4.4.

$ uname -a
Linux perhan 2.6.18-3-amd64 #1 SMP Mon Dec 4 17:04:37 CET 2006 x86_64 GNU/Linux

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


pgsql-hackers by date:

Previous
From: "Hiroshi Saito"
Date:
Subject: Re: PthreadGC2 of MinGW is not linked.
Next
From: David Fetter
Date:
Subject: Re: [PATCHES] Arrays of Complex Types