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 Sjlver, brett.cannon, koobs, ned.deily, ronaldoussoren, vstinner
Date 2014-04-02.09:19:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396430356.31.0.839051508524.issue21122@psf.upfronthosting.co.za>
In-reply-to
Content
Have you tried the -export_dynamic option for ld(1):


-export_dynamic
                 Preserves all global symbols in main executables during LTO.  Without this option, Link Time Optimization is allowed to inline and remove global functions. This
                 option is used when a main executable may load a plug-in which requires certain symbols from the main executable.
History
Date User Action Args
2014-04-02 09:19:16ronaldoussorensetrecipients: + ronaldoussoren, brett.cannon, vstinner, ned.deily, koobs, Sjlver
2014-04-02 09:19:16ronaldoussorensetmessageid: <1396430356.31.0.839051508524.issue21122@psf.upfronthosting.co.za>
2014-04-02 09:19:16ronaldoussorenlinkissue21122 messages
2014-04-02 09:19:16ronaldoussorencreate