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 ned.deily
Recipients ned.deily
Date 2013-06-07.20:52:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370638344.32.0.268021495329.issue18164@psf.upfronthosting.co.za>
In-reply-to
Content
This is in reference to section 5.6 of the "Extending and Embedding Python" doc.  This has come up recently where third-party projects are using LINKEDFORHARED instead of the results of python-config when linking an embedded Python into their projects. See discussion in Issue3588. Also, the updates to section 5.6 made for Python 3 should be backported to the Python 2.7 doc.

http://docs.python.org/3/extending/embedding.html#compiling-and-linking-under-unix-like-systems

http://docs.python.org/2/extending/embedding.html#linking-requirements
History
Date User Action Args
2013-06-07 20:52:24ned.deilysetrecipients: + ned.deily
2013-06-07 20:52:24ned.deilysetmessageid: <1370638344.32.0.268021495329.issue18164@psf.upfronthosting.co.za>
2013-06-07 20:52:24ned.deilylinkissue18164 messages
2013-06-07 20:52:23ned.deilycreate