Module initialization problem when using COM

Bill Janssen janssen at parc.xerox.com
Fri May 21 22:00:07 EDT 1999


The ILU module initialization doesn't do anything much.  It only makes
two calls into the ILU library itself, and both are minor calls that can
be made indefinitely often.  I wouldn't expect it to crash if it was
called more than once, unless perhaps Python itself objects to calling
things like Py_InitModule() more than once.

Bill




More information about the Python-list mailing list