In article <[email protected]>, John Nagle <[email protected]> wrote: > >If a C package called from Python crashes, the package is defective. >Nothing you can do from Python should be able to cause a segmentation >fault.
...unless you use ctypes. -- Aahz ([email protected]) <*> http://www.pythoncraft.com/ import antigravity -- http://mail.python.org/mailman/listinfo/python-list
