Re: [PATCH] pl: fix can not build free-thread for plpython extension like 3.14t - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCH] pl: fix can not build free-thread for plpython extension like 3.14t
Date
Msg-id 1020797.1768538613@sss.pgh.pa.us
Whole thread Raw
In response to Re: [PATCH] pl: fix can not build free-thread for plpython extension like 3.14t  (洪伊 <zouzou0208@gmail.com>)
Responses Re: [PATCH] pl: fix can not build free-thread for plpython extension like 3.14t
List pgsql-hackers
=?UTF-8?B?5rSq5LyK?= <zouzou0208@gmail.com> writes:
> I understand the reason for using Py_LIMITED_API, and python 3.14t is a
> standard build from cpython team.

AIUI, the "limited API" was devised by the Python community as an
API/ABI subset that they are prepared to guarantee holds stable
for every Python 3.x release, full stop.  I think you're going
to have a hard time convincing us that there is anything standard
about a Python variant that can't handle client code built against
that API.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Simplify code building the LR conflict messages
Next
From: Tatsuo Ishii
Date:
Subject: Re: Row pattern recognition