Re: apply pragma system_header to python headers

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: apply pragma system_header to python headers
Date: 2023-11-06 13:34:41
Message-ID: e738b5b6-7d1a-941c-6e32-379b2b2112a6@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 2023-11-06 Mo 07:02, Peter Eisentraut wrote:
> Analogous to 388e80132c (which was for Perl) but for Python, I propose
> adding #pragma GCC system_header to plpython.h.  Without it, you get
> tons of warnings about -Wdeclaration-after-statement, starting with
> Python 3.12.  (In the past, I have regularly sent feedback to Python
> to fix their header files, but this is getting old, and we have an
> easier solution now.)

WFM

cheers

andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Borisov 2023-11-06 13:42:38 Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15)
Previous Message Jeevan Chalke 2023-11-06 13:23:06 Re: More new SQL/JSON item methods