Laurent GUERBY added the comment:

Probable fix in Modules/socketmodule.c after /* IPv4 [gs]etsockopt options */ 
add:

#ifdef  IP_PKTINFO
    PyModule_AddIntMacro(m, IP_PKTINFO);
#endif

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue31203>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to