mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
gh-118986: expose socket.IPV6_RECVERR (#118987)
This commit is contained in:
parent
f203d1cb52
commit
b454662921
3 changed files with 6 additions and 2 deletions
|
|
@ -8578,6 +8578,9 @@ socket_exec(PyObject *m)
|
|||
#ifdef IPV6_RECVDSTOPTS
|
||||
ADD_INT_MACRO(m, IPV6_RECVDSTOPTS);
|
||||
#endif
|
||||
#ifdef IPV6_RECVERR
|
||||
ADD_INT_MACRO(m, IPV6_RECVERR);
|
||||
#endif
|
||||
#ifdef IPV6_RECVHOPLIMIT
|
||||
ADD_INT_MACRO(m, IPV6_RECVHOPLIMIT);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue