Stefan Krah <stefan-use...@bytereef.org> added the comment: 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. ---------- keywords: +patch nosy: +loewis, mhammond Added file: http://bugs.python.org/file19556/initfunc.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9709> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com