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 christian.heimes
Recipients christian.heimes, ethan.furman, python-dev, serhiy.storchaka
Date 2016-09-11.20:59:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473627550.53.0.214325402663.issue28083@psf.upfronthosting.co.za>
In-reply-to
Content
socketmodule.c has more namespaces. Are you planning to wrap them, too?

NETLINK_
BTPROTO_
SOL_
HCI_
PF_
PACKET_
TIPC_
SCM_
ALG_ (*)
CAN_ (*)
RDS_ (*)
IPPROTO_
IP_
IPV6_
TCP_
EAI_
SHUT_
RCVALL_


(*) constant namespace has sub-namespaces, e,g ALG_SET_ and ALG_OP_
History
Date User Action Args
2016-09-11 20:59:10christian.heimessetrecipients: + christian.heimes, ethan.furman, python-dev, serhiy.storchaka
2016-09-11 20:59:10christian.heimessetmessageid: <1473627550.53.0.214325402663.issue28083@psf.upfronthosting.co.za>
2016-09-11 20:59:10christian.heimeslinkissue28083 messages
2016-09-11 20:59:10christian.heimescreate