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
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
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
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.
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.
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