How robust is Python ?

rturpin at my-deja.com rturpin at my-deja.com
Fri Jan 5 23:09:15 EST 2001


In article <mailman.978748447.21713.python-list at python.org>,
  Moshe Zadka <moshez at zadka.site.co.il> wrote:
> .. C/C++ core dumps at the drop of a pointer. ..

In theory, that's an application flaw, rather than a
bug in the compiler or libraries. In practice, good
software engineering produces C/C++ programs that
very rarely dereference bad pointers. It's harder
and more work than development with Python.

Keep in mind that Python *is* a C program. When I
ask how robust is Python, I am asking how robust is
a particular C program, pointers and all.

Russell


Sent via Deja.com
http://www.deja.com/



More information about the Python-list mailing list