Package: postgresql-11-python3-multicorn Version: 1.3.4-31-g9ff7875-2 Severity: normal Tags: upstream patch User: debian-pyt...@lists.debian.org Usertags: python3.8
FYI: The multicorn.so PostgreSQL plugin will not be linked to libpython when built under Python 3.8, without this patch: https://github.com/Kozea/Multicorn/pull/242 https://docs.python.org/3/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build says: > To embed Python into an application, a new --embed option must be > passed to python3-config --libs --embed to get -lpython3.8 (link the > application to libpython). To support both 3.8 and older, try > python3-config --libs --embed first and fallback to python3-config > --libs (without --embed) if the previous command fails. SR