This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients barry, doko, eric.smith, koobs, martin.panter, mdk, nascheme, pitrou, twouters, vstinner, xdegaye, yan12125
Date 2018-09-27.11:10:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538046634.05.0.545547206417.issue34814@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine:
> Why do you call this a bug?

"./configure --enable-shared && make" links C extensions to libpython. It's surprising that C extensions compiled by Makefile behave differently (not linked to libpython). We need consistency: either *never* link to libpython, or *always* link to libpython.
History
Date User Action Args
2018-09-27 11:10:34vstinnersetrecipients: + vstinner, twouters, barry, nascheme, doko, pitrou, eric.smith, xdegaye, martin.panter, koobs, yan12125, mdk
2018-09-27 11:10:34vstinnersetmessageid: <1538046634.05.0.545547206417.issue34814@psf.upfronthosting.co.za>
2018-09-27 11:10:34vstinnerlinkissue34814 messages
2018-09-27 11:10:34vstinnercreate