pgsql: Remove unneeded Python includes

Поиск
Список
Период
Сортировка
Искать

pgsql: Remove unneeded Python includes

От:
Peter Eisentraut <peter@eisentraut.org>
Дата:
Remove unneeded Python includes

Inluding  and  has not been necessary since Python
2.4, since they are included via .  Morever,  is
being removed in Python 3.11.  So remove these includes.

Reviewed-by: Tom Lane 
Discussion: https://www.postgresql.org/message-id/flat/84884.1637723223%40sss.pgh.pa.us

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/04875ae92f14c0b23438e5316d92f82518bb068a

Modified Files
--------------
src/pl/plpython/plpython.h | 3 ---
1 file changed, 3 deletions(-)

FAQ