Exception raising, and performance implications.

Paul Rubin http
Mon Oct 3 17:53:10 EDT 2005


"leo" <leomendoza at gmail.com> writes:
> I come from a java background, where Exceptions are a big Avoid Me, but
> are the performance implications the same in Python? 

Well, you could measure it experimentally pretty easily, but anyway,
Python exceptions are much less expensive than Java exceptions.



More information about the Python-list mailing list