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

From 洪伊
Subject [PATCH] pl: fix can not build free-thread for plpython extension like 3.14t
Date
Msg-id CAFDmy2xkZM5VOweB4Tjq_K2wgA7HN-Ok70f1aX_rCbhXHYp4vg@mail.gmail.com
Whole thread Raw
Responses Re: [PATCH] pl: fix can not build free-thread for plpython extension like 3.14t
List pgsql-hackers
Hi dear hackers:

This patch fix can not build plpython for free-thread python like python3.14t
which 3.14t is maintain in cpython team

for the doc: https://github.com/python/cpython/blob/1857a40807daeae3a1bf5efb682de9c9ae6df845/Doc/howto/free-threading-extensions.rst#building-extensions-for-the-free-threaded-build

it needs to open the py_limited_api for free-thread build

Thanks
Hong Yi
Attachment

pgsql-hackers by date:

Previous
From: "Hayato Kuroda (Fujitsu)"
Date:
Subject: RE: code contributions for 2025, WIP version
Next
From: Chao Li
Date:
Subject: Re: Buffer locking is special (hints, checksums, AIO writes)