Linux NETLINK Sockets

?

=?ISO-8859-1?Q?=22Martin_v=2E_L=F6wis=22?=

Jeremy said:
http://mail.python.org/pipermail/python-dev/2005-January/050834.html

^^ From a year ago or so--did this never get put into Python trunk? As
far as I can tell the answer is no. It's something I'd like to use in
Python if available, though, writing a small wrapper wouldn't be out of
the question if need be.

It's not included. Patches should be submitted to SF, not posted to
python-dev. It appears that he also submitted #1103116 at the time -
unfortunately without actually attaching the patch. Unfortunately,
nobody noticed during that year, either.

Bottom message: people can contribute significantly to Python by
reviewing patches.

So you would have to write your own extension module to support this.
If you don't want to start from scratch, just copying socketmodule.c,
applying the patch, and naming the module, say, socket2, would do
the trick.

Regards,
Martin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,276
Messages
2,571,384
Members
48,073
Latest member
ImogenePal

Latest Threads

Top