How do I create extensions to Python in C?

Courageous jkraska1 at san.rr.com
Tue Jun 6 02:07:54 EDT 2000


> http://starship.python.net/crew/arcege/extwriting/pyext.html

_Python Essential Reference_ also has a very nice section which
summarizes many of the available primitives. If you're going
to be doing this yourself, I recommend you take a look at
xxobject.c in the python source. It's an empty template for
creating a python extension module.



C/



More information about the Python-list mailing list