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 considerably easier to use ctypes since that will avoid

Re: hoe to build a patched socketmodule.c

2009-07-10 Thread Scott David Daniels
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 considerably easier to use ctypes since that will avoid the need for any patching. You'll also be ab

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. You'll also be able to cont

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. You'll also be able to cont

Re: hoe to build a patched socketmodule.c

2009-07-09 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 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. You'll al

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