Mark Lawrence added the comment:

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

----------
nosy: +BreamoreBoy

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22869>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to