John Machin wrote: > By the way, lcc also *appears* to change "...Module3" to "...Module4" :-)
$ more Include/modsupport.h
...
#define Py_InitModule3(name, methods, doc) \
Py_InitModule4(name, methods, doc, (PyObject *)NULL, \
PYTHON_API_VERSION)
...
</F>
--
http://mail.python.org/mailman/listinfo/python-list
