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 skrah
Recipients brian.curtin, eric.araujo, loewis, mhammond, skrah, tarek
Date 2010-11-09.11:10:41
SpamBayes Score 1.422493e-06
Marked as misclassified No
Message-id <1289301044.66.0.529952563296.issue9709@psf.upfronthosting.co.za>
In-reply-to
Content
This is the history of the issue:

In r16757 the current version of get_export_symbols() was added to
distutils. This function adds /EXPORT initfunc to the command line.

In 27697 PyMODINIT_FUNC was defined as __declspec(dllexport) void.


I'd suggest to remove get_export_symbols(). This would only affect
extensions that do not use PyMODINIT_FUNC, but that can be easily
repaired.
History
Date User Action Args
2010-11-09 11:10:44skrahsetrecipients: + skrah, loewis, mhammond, tarek, eric.araujo, brian.curtin
2010-11-09 11:10:44skrahsetmessageid: <1289301044.66.0.529952563296.issue9709@psf.upfronthosting.co.za>
2010-11-09 11:10:42skrahlinkissue9709 messages
2010-11-09 11:10:42skrahcreate