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 tdsmith
Recipients Arfrever, doko, haubi, ned.deily, tdsmith
Date 2015-02-13.05:00:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423803637.78.0.688918412763.issue15590@psf.upfronthosting.co.za>
In-reply-to
Content
On Darwin, it would be nice if LINKFORMODULE used "-undefined dynamic_lookup" instead of explicitly linking to a framework binary. Modules with explicit links to a framework cause segfaults when they are imported from a different, but compatible, framework interpreter -- i.e., building against the system Python 2.7 but importing from a user-installed Python 2.7 causes an immediate crash.

I'm a maintainer of Homebrew, a package manager for OS X, and I spend a lot of time tracking down and eliminating errant explicit framework links because they make packaging binaries much harder for us and cause crashes for users.
History
Date User Action Args
2015-02-13 05:00:37tdsmithsetrecipients: + tdsmith, doko, ned.deily, Arfrever, haubi
2015-02-13 05:00:37tdsmithsetmessageid: <1423803637.78.0.688918412763.issue15590@psf.upfronthosting.co.za>
2015-02-13 05:00:37tdsmithlinkissue15590 messages
2015-02-13 05:00:37tdsmithcreate