• Peter Eisentraut's avatar
    Change PyInit_plpy to external linkage · e1f9aa4e
    Peter Eisentraut authored
    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.
    e1f9aa4e
plpython.c 120 KB