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 jaraco
Recipients jaraco
Date 2009-09-17.00:09:12
SpamBayes Score 3.775163e-06
Marked as misclassified No
Message-id <1253146153.23.0.981595398228.issue6926@psf.upfronthosting.co.za>
In-reply-to
Content
I think I found the problem.

It appears Python is compiled with 

#define _WIN32_WINNT 0x0500

But IPPROTO_IPV6 (and other constants) are only defined

#if(_WIN32_WINNT >= 0x0501)

What's the proper fix for this issue?
History
Date User Action Args
2009-09-17 00:09:13jaracosetrecipients: + jaraco
2009-09-17 00:09:13jaracosetmessageid: <1253146153.23.0.981595398228.issue6926@psf.upfronthosting.co.za>
2009-09-17 00:09:12jaracolinkissue6926 messages
2009-09-17 00:09:12jaracocreate