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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, baikie, ezio.melotti, jesterKing, lemburg, loewis, r.david.murray, vstinner
Date 2010-10-29.22:29:03
SpamBayes Score 0.005386403
Marked as misclassified No
Message-id <1288391344.91.0.455071093168.issue9377@psf.upfronthosting.co.za>
In-reply-to
Content
The code in socketmodule.c currently compile with suspect warnings:

socketmodule.c(3108) : warning C4047: 'function' : 'LPSTR' differs in levels of indirection from 'int'
socketmodule.c(3108) : warning C4024: 'GetComputerNameA' : different types for formal and actual parameter 1
socketmodule.c(3109) : warning C4133: 'function' : incompatible types - from 'Py_UNICODE *' to 'LPDWORD'
socketmodule.c(3110) : warning C4020: 'GetComputerNameA' : too many actual parameters

was GetComputerName() used instead of GetComputerNameExW()?
History
Date User Action Args
2010-10-29 22:29:05amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, lemburg, loewis, vstinner, baikie, ezio.melotti, r.david.murray, jesterKing
2010-10-29 22:29:04amaury.forgeotdarcsetmessageid: <1288391344.91.0.455071093168.issue9377@psf.upfronthosting.co.za>
2010-10-29 22:29:03amaury.forgeotdarclinkissue9377 messages
2010-10-29 22:29:03amaury.forgeotdarccreate