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 rhettinger
Recipients loewis, rhettinger
Date 2009-02-18.22:30:05
SpamBayes Score 7.146022e-05
Marked as misclassified No
Message-id <1234996208.64.0.318927789684.issue5306@psf.upfronthosting.co.za>
In-reply-to
Content
This started happening a few days ago, about when Benjamin forward
ported r69560 .  There is an #ifdef in fileobject.h that makes a header
for int _PyVerify_fd(int fd) but does not define it.  It is likely
related to r69495 .

_fileio.obj : error LNK2019: unresolved external symbol __PyVerify_fd
referenced in function _check_fd
C:\py31\PC\VS8.0\\python31_d.dll : fatal error LNK1120: 1 unresolved
externals
History
Date User Action Args
2009-02-18 22:30:08rhettingersetrecipients: + rhettinger, loewis
2009-02-18 22:30:08rhettingersetmessageid: <1234996208.64.0.318927789684.issue5306@psf.upfronthosting.co.za>
2009-02-18 22:30:06rhettingerlinkissue5306 messages
2009-02-18 22:30:05rhettingercreate