mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 09:03:23 -04:00
e1f9aa4eae
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.