forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1cc13b8
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 parente415916 commit1cc13b8
1 file changed
+0
-3
lines changedLines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 | 97 |
| |
101 | 98 |
| |
102 | 99 |
| |
|
0 commit comments
Comments
(0)