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 eryksun
Recipients christian.heimes, eryksun, mhils, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-02-10.02:01:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486692109.44.0.154024209339.issue29515@psf.upfronthosting.co.za>
In-reply-to
Content
The macro is defined but not defined. If I insert the following line before the #ifdef check:

    #define IPPROTO_IPV6 IPPROTO_IPV6

then the constant gets added:

    >>> import _socket
    >>> _socket.IPPROTO_IPV6
    41

The same applies to IPPROTO_IPV4 and probably others.
History
Date User Action Args
2017-02-10 02:01:49eryksunsetrecipients: + eryksun, paul.moore, christian.heimes, tim.golden, zach.ware, steve.dower, mhils
2017-02-10 02:01:49eryksunsetmessageid: <1486692109.44.0.154024209339.issue29515@psf.upfronthosting.co.za>
2017-02-10 02:01:49eryksunlinkissue29515 messages
2017-02-10 02:01:48eryksuncreate