Обсуждение: pgsql: Change PyInit_plpy to external linkage

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

pgsql: Change PyInit_plpy to external linkage

От
Peter Eisentraut
Дата:
Change PyInit_plpy to external linkage

Module initialization functions in Python 3 must have external
linkage, because PyMODINIT_FUNC does dllexport on Windows-like
platforms.  Without this change, the build with Python 3 fails on
Windows.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/7b1509d56256fa391d4ae71288be194923a41947

Modified Files
--------------
src/pl/plpython/plpython.c |    8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)