Re: ioctl on socket

2009-07-28 Thread jacopo mondi
Gabriel Genellina wrote: > En Mon, 27 Jul 2009 16:35:51 -0300, jacopo mondi > escribió: > >> Is there a reason why there is no ioctl interface for socket either then >> for windows platform? It's technical issues or what else?? > > I don't completely unde

ioctl on socket

2009-07-27 Thread jacopo mondi
Is there a reason why there is no ioctl interface for socket either then for windows platform? It's technical issues or what else?? thank in advance jacopo -- http://mail.python.org/mailman/listinfo/python-list

Re: hoe to build a patched socketmodule.c

2009-07-11 Thread jacopo mondi
Scott David Daniels wrote: > jacopo mondi wrote: >> Roger Binns wrote: >>> jacopo mondi wrote: >>>> Hi all, I need to patch socketmodule.c (the _socket module) in order to >>>> add support to an experimental socket family. >>> You may find it cons

Re: hoe to build a patched socketmodule.c

2009-07-10 Thread jacopo mondi
Roger Binns wrote: > jacopo mondi wrote: >> Hi all, I need to patch socketmodule.c (the _socket module) in order to >> add support to an experimental socket family. > > You may find it considerably easier to use ctypes since that will avoid > the need for any patching.

Re: hoe to build a patched socketmodule.c

2009-07-10 Thread jacopo mondi
Roger Binns wrote: > jacopo mondi wrote: >> Hi all, I need to patch socketmodule.c (the _socket module) in order to >> add support to an experimental socket family. > > You may find it considerably easier to use ctypes since that will avoid > the need for any patching.

hoe to build a patched socketmodule.c

2009-07-09 Thread jacopo mondi
Hi all, I need to patch socketmodule.c (the _socket module) in order to add support to an experimental socket family. I'm guessing about the patched module build process: does a stand alone build script using distutils makes sense, or have I to patch sockmodule.c, eventualy rename it, modify setup