Re: [COMMITTERS] pgsql: plpython: Add SPI cursor support

From: Jan Urbański <wulczer(at)wulczer(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [COMMITTERS] pgsql: plpython: Add SPI cursor support
Date: 2011-12-07 10:16:54
Message-ID: 4EDF3D16.7080303@wulczer.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 06/12/11 19:33, Jan Urbański wrote:
> On 06/12/11 19:23, Tom Lane wrote:
>> Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
>>> plpython: Add SPI cursor support
>>
>> Buildfarm member narwhal does not like this patch. It looks like
>> "PyObject_SelfIter" is not a compile-time constant on its version
>> of python (2.5, apparently).
>
> I'll try to dig around to see what can be causing that...

Seems that PyObject_GenericGetIter has been renamed to PyObject_SelfIter
at some point:

http://hg.python.org/cpython/rev/fd5ef7003469

I'm trying to muster whatever mercurial-foo I have to check if there's
been a 2.5 version tagged without that patch...

Jan

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Jan Urbański 2011-12-07 10:41:03 Re: [COMMITTERS] pgsql: plpython: Add SPI cursor support
Previous Message Magnus Hagander 2011-12-07 09:37:50 pgsql: Remove spclocation field from pg_tablespace

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Urbański 2011-12-07 10:41:03 Re: [COMMITTERS] pgsql: plpython: Add SPI cursor support
Previous Message Teodor Sigaev 2011-12-07 10:09:44 Re: WIP: SP-GiST, Space-Partitioned GiST