forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0d335cb
committed
Remove unneeded Python includes
Inluding <compile.h> and <eval.h> has not been necessary since Python2.4, since they are included via <Python.h>. Morever, <eval.h> isbeing removed in Python 3.11. So remove these includes.Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://www.postgresql.org/message-id/flat/84884.1637723223%40sss.pgh.pa.us1 parent216156f commit0d335cb
1 file changed
+0
-3
lines changedLines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
127 |
| - | |
128 |
| - | |
129 |
| - | |
130 | 127 |
| |
131 | 128 |
| |
132 | 129 |
| |
|
0 commit comments
Comments
(0)