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 guerby
Recipients guerby
Date 2017-08-14.15:09:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502723367.85.0.436232467903.issue31203@psf.upfronthosting.co.za>
In-reply-to
Content
Probable fix in Modules/socketmodule.c after /* IPv4 [gs]etsockopt options */ add:

#ifdef  IP_PKTINFO
    PyModule_AddIntMacro(m, IP_PKTINFO);
#endif
History
Date User Action Args
2017-08-14 15:09:27guerbysetrecipients: + guerby
2017-08-14 15:09:27guerbysetmessageid: <1502723367.85.0.436232467903.issue31203@psf.upfronthosting.co.za>
2017-08-14 15:09:27guerbylinkissue31203 messages
2017-08-14 15:09:27guerbycreate