Mailing List Archive

Looking 4 C extention examples
I'm looking for some C extention examples and their associated Python
modules to help me learn more about Python extending.

Thanks!!!
Looking 4 C extention examples [ In reply to ]
Justin Development wrote:
>
> I'm looking for some C extention examples and their associated Python
> modules to help me learn more about Python extending.

Have a look at the C files in the Modules/ subdir of the Python
source distribution, esp. the xxmodule.c boiler plate should
be of interest.

If that's not enough, surf the contrib section on www.python.org.

Cheers,
--
Marc-Andre Lemburg Y2000: 268 days left
---------------------------------------------------------------------
: Python Pages >>> http://starship.skyport.net/~lemburg/ :
---------------------------------------------------------