Issue 15150: Windows build does not link (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/59355

classification

Title: Windows build does not link
Type: compile error Stage: needs patch
Components: Build, Windows Versions: Python 3.3

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: brian.curtin, georg.brandl, loewis, python-dev
Priority: release blocker Keywords:

Created on 2012-06-23 02:33 by brian.curtin, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg163522 - (view) Author: Brian Curtin (brian.curtin) * (Python committer) Date: 2012-06-23 02:33
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
msg163575 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2012-06-23 10:16
Doesn't occur on the buildbots; is it fixed already?
msg163651 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-06-23 17:57
New changeset f3d28feef2ea by Martin v. Löwis in branch 'default': Issue #15150: regenerate python3stub.def. http://hg.python.org/cpython/rev/f3d28feef2ea
msg163653 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2012-06-23 17:58
This should be fixed with the patch above. As python3.mak was using the wrong target names, the failing command probably wasn't executed.
History
Date User Action Args
2022-04-11 14:57:31 admin set github: 59355
2012-06-23 17:58:55 loewis set status: open -> closedresolution: fixed
2012-06-23 17:58:42 loewis set messages: +
2012-06-23 17:57:20 python-dev set nosy: + python-devmessages: +
2012-06-23 12:08:48 pitrou set nosy: + loewis
2012-06-23 10:16:33 georg.brandl set nosy: + georg.brandlmessages: +
2012-06-23 02:33:28 brian.curtin create