Also, be sure to pay attention to speed when it comes to exceptions that are both generated and caught internally -- those need to remain as fast and lightweight as possible (not spending time inside sprintf() and the like). Grep for PyErr_ExceptionMatches to get a feel for which should treated with care. Please do not mindlessly go through and change all the exception messaging. Instead, devote some thought to which messages are detrimentally uninformative and are not part of time critical execution paths. Raymond |
_______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com