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 Kelvin You
Recipients Kelvin You, amaury.forgeotdarc, belopolsky, josh.r, meador.inge, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-10-20.03:35:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476934515.05.0.115132943352.issue28474@psf.upfronthosting.co.za>
In-reply-to
Content
I report this issue because the function WlanScan(https://msdn.microsoft.com/zh-cn/library/windows/desktop/ms706783(v=vs.85).aspx) returns a error code 0x80342002 when the WLAN is disabled on Windows 10.  ctypes.WinError() raise an exception of 'Python int too large to convert to C long' when handle this error code.
History
Date User Action Args
2016-10-20 03:35:15Kelvin Yousetrecipients: + Kelvin You, paul.moore, amaury.forgeotdarc, belopolsky, tim.golden, meador.inge, zach.ware, steve.dower, josh.r
2016-10-20 03:35:15Kelvin Yousetmessageid: <1476934515.05.0.115132943352.issue28474@psf.upfronthosting.co.za>
2016-10-20 03:35:15Kelvin Youlinkissue28474 messages
2016-10-20 03:35:14Kelvin Youcreate