slow try statements in python?

Mark Higgins mghiggins2003 at hotmail.com
Mon Feb 17 16:59:21 EST 2003


I've seen quite a few examples of python code where try statements are 
used to control the flow of a program... seems reasonable, but with my 
background in C++ I'm always concerned that try statements are slow.

Is this a concern in python?





More information about the Python-list mailing list