[issue15150] Windows build does not link

2012-06-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset f3d28feef2ea by Martin v. Löwis in branch 'default': Issue #15150: regenerate python3stub.def. http://hg.python.org/cpython/rev/f3d28feef2ea -- nosy: +python-dev ___ Python tracker

[issue15150] Windows build does not link

2012-06-23 Thread Martin v . Löwis
Changes by Martin v. Löwis : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue15150] Windows build does not link

2012-06-23 Thread Martin v . Löwis
Martin v. Löwis added the comment: This should be fixed with the patch above. As python3.mak was using the wrong target names, the failing command probably wasn't executed. -- ___ Python tracker _

[issue15150] Windows build does not link

2012-06-23 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +loewis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue15150] Windows build does not link

2012-06-23 Thread Georg Brandl
Georg Brandl added the comment: Doesn't occur on the buildbots; is it fixed already? -- nosy: +georg.brandl ___ Python tracker ___ __

[issue15150] Windows build does not link

2012-06-22 Thread Brian Curtin
New submission from Brian Curtin : 6>python3.def : error LNK2001: unresolved external symbol PyState_AddModule 6>python3.def : error LNK2001: unresolved external symbol PyState_RemoveModule 6>C:\python-dev\cpython\PCbuild\python3.lib : fatal error LNK1120: 2 unresolved externals -- comp