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 BreamoreBoy
Recipients Arfrever, BreamoreBoy, barry, ncoghlan, pitrou, python-dev
Date 2014-11-21.00:16:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416528997.35.0.520849118377.issue22869@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not absolutely sure but I think this has broken the Windows builds with the following being typical of numerous errors.

2>main.obj : error LNK2019: unresolved external symbol _Py_Finalize referenced in function _Py_Main
2>main.obj : error LNK2019: unresolved external symbol _Py_Initialize referenced in function _Py_Main
2>main.obj : error LNK2019: unresolved external symbol _Py_SetProgramName referenced in function _Py_Main
2>main.obj : error LNK2019: unresolved external symbol _Py_FdIsInteractive referenced in function _Py_Main
History
Date User Action Args
2014-11-21 00:16:37BreamoreBoysetrecipients: + BreamoreBoy, barry, ncoghlan, pitrou, Arfrever, python-dev
2014-11-21 00:16:37BreamoreBoysetmessageid: <1416528997.35.0.520849118377.issue22869@psf.upfronthosting.co.za>
2014-11-21 00:16:37BreamoreBoylinkissue22869 messages
2014-11-21 00:16:37BreamoreBoycreate