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

From: 洪伊 <zouzou0208(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] pl: fix can not build free-thread for plpython extension like 3.14t
Date: 2026-01-16 04:59:56
Message-ID: CAFDmy2w01jGXzUHKnt=ZB4b6hrTJpS4cgGFZbJKWiE3AYpzLCQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Got your point and make sense thank you very much.

Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>于2026年1月16日 周五12:43写道:

> =?UTF-8?B?5rSq5LyK?= <zouzou0208(at)gmail(dot)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
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2026-01-16 05:24:36 Re: [PATCH] pl: fix can not build free-thread for plpython extension like 3.14t
Previous Message Tatsuo Ishii 2026-01-16 04:44:22 Re: Row pattern recognition