Re: Python 3 compatibility fun - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Python 3 compatibility fun
Date
Msg-id 564793D6.9030200@gmx.net
Whole thread Raw
In response to Re: Python 3 compatibility fun  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 11/11/15 1:49 PM, Tom Lane wrote:
> Peter Eisentraut <peter_e@gmx.net> writes:
>> On 11/11/15 12:08 PM, Tom Lane wrote:
>>> we're failing to build against Python 3.5 because the python guys
>>> have randomly changed some error message texts, again.
> 
>> This has already been fixed in the 9.5.
> 
> Well, that's nice, but surely it should have been back-patched into
> every branch that claims to support Python 3.x.  We cannot pretend
> that the world is not a moving target.

I have backpatched this to 9.4, 9.3, 9.2 now.  9.1 doesn't pass with 3.4
either.



pgsql-hackers by date:

Previous
From: Dean Rasheed
Date:
Subject: Re: Inaccurate results from numeric ln(), log(), exp() and pow()
Next
From: Tom Lane
Date:
Subject: Re: Inaccurate results from numeric ln(), log(), exp() and pow()