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 pitrou
Recipients loewis, pitrou, skrah
Date 2012-06-14.19:40:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339702846.9.0.93533779572.issue15070@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, apparently it's a linking error and it doesn't work for release builds either:

1>   Creating library Z:\default\PC\VS9.0\\amd64\python33.lib and object Z:\default\PC\VS9.0\\amd64\python33.exp
1>timemodule.obj : error LNK2019: unresolved external symbol _PyNamespace_New referenced in function time_get_clock_info
1>sysmodule.obj : error LNK2001: unresolved external symbol _PyNamespace_New
1>object.obj : error LNK2001: unresolved external symbol _PyNamespace_Type
1>Z:\default\PC\VS9.0\\amd64\\python33.dll : fatal error LNK1120: 2 unresolved externals
History
Date User Action Args
2012-06-14 19:40:46pitrousetrecipients: + pitrou, loewis, skrah
2012-06-14 19:40:46pitrousetmessageid: <1339702846.9.0.93533779572.issue15070@psf.upfronthosting.co.za>
2012-06-14 19:40:46pitroulinkissue15070 messages
2012-06-14 19:40:46pitroucreate