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 ronaldoussoren
Recipients dstufft, eric.araujo, froody, ned.deily, ronaldoussoren
Date 2020-12-12.10:26:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607768763.06.0.0752473896468.issue42616@roundup.psfhosted.org>
In-reply-to
Content
Linking extensions to libpython with a static build of python will cause problems (as you described in your initial message).

The not very satisfactory response is "don't do that then".  Note that distutils won't link against libpython by default.

Longer term I want to look into "-bundle_loader ..." because that might allow us to drop "-undefined dynamic_lookup" from the linker flags and hence give a nicer development experience (build-time error instead of runtime error when symbols cannot be found).
History
Date User Action Args
2020-12-12 10:26:03ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, eric.araujo, dstufft, froody
2020-12-12 10:26:03ronaldoussorensetmessageid: <1607768763.06.0.0752473896468.issue42616@roundup.psfhosted.org>
2020-12-12 10:26:03ronaldoussorenlinkissue42616 messages
2020-12-12 10:26:02ronaldoussorencreate