[email protected] wrote: > try: > - BaseException > + BaseException = BaseException > except NameError: > BaseException = Exception
this clearly show that you didn't write a test (or you didn't run it, if it's already there). Could you please try to follow tdd a bit more closely, especially on trunk? _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
