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 eckhardt
Recipients belopolsky, eckhardt, ishimoto, lemburg
Date 2009-01-05.19:57:16
SpamBayes Score 0.35688785
Marked as misclassified No
Message-id <1231185437.27.0.78160227694.issue4846@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, providing the patch for PyAPI_Data/PyAPI_Func wouldn't be so 
hard, but there are lots of headers that need to be changed, i.e. all 
their existing extern "C" clauses removed. What I would do is build 
the Python shared library as it is and then use e.g. depends.exe 
(www.dependencywalker.com) to make sure the symbols before and after 
are the same.

That's a different issue though and it's not pressing. Is it possible 
to clone this issue and make it a feature request (Include extern"C" 
in PyAPI_* macros)?
History
Date User Action Args
2009-01-05 19:57:17eckhardtsetrecipients: + eckhardt, lemburg, ishimoto, belopolsky
2009-01-05 19:57:17eckhardtsetmessageid: <1231185437.27.0.78160227694.issue4846@psf.upfronthosting.co.za>
2009-01-05 19:57:16eckhardtlinkissue4846 messages
2009-01-05 19:57:16eckhardtcreate