[New-bugs-announce] [issue33457] python-config ldflags, PEP 513 and explicit linking to libpython in python extensions

dimi report at bugs.python.org
Thu May 10 11:42:35 EDT 2018


New submission from dimi <dii.bogdanov at gmail.com>:

The python-config outputs ldflag for explicit linking to libpyhton, which is a good idea in many use cases. However, this is inconsistent with the PEP 513 recommendation for building manylinux1 python extensions (https://www.python.org/dev/peps/pep-0513/) that requires avoiding explicit linking to libpythonX.Y.so.1.

----------
components: Distutils
messages: 316368
nosy: dimi, dstufft, eric.araujo
priority: normal
severity: normal
status: open
title: python-config ldflags, PEP 513 and explicit linking to libpython in python extensions
type: behavior

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33457>
_______________________________________


More information about the New-bugs-announce mailing list