| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | apply pragma system_header to python headers |
| Date: | 2023-11-06 12:02:15 |
| Message-ID: | ae523163-6d2a-4b81-a875-832e48dec502@eisentraut.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
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.)
| Attachment | Content-Type | Size |
|---|---|---|
| 0001-python-Hide-warnings-inside-Python-headers-when-usin.patch | text/plain | 1.1 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Amit Kapila | 2023-11-06 12:05:57 | Re: Synchronizing slots from primary to standby |
| Previous Message | Dilip Kumar | 2023-11-06 11:24:42 | Re: SLRU optimization - configurable buffer pool and partitioning the SLRU lock |