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.

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:31adminsetgithub: 59355
2012-06-23 17:58:55loewissetstatus: open -> closed
resolution: fixed
2012-06-23 17:58:42loewissetmessages: + msg163653
2012-06-23 17:57:20python-devsetnosy: + python-dev
messages: + msg163651
2012-06-23 12:08:48pitrousetnosy: + loewis
2012-06-23 10:16:33georg.brandlsetnosy: + georg.brandl
messages: + msg163575
2012-06-23 02:33:28brian.curtincreate