[pypy-svn] r38356 - pypy/dist/pypy/translator/cli

antocuni at codespeak.net antocuni at codespeak.net
Sat Feb 10 11:05:27 CET 2007


Author: antocuni
Date: Sat Feb 10 11:05:27 2007
New Revision: 38356

Modified:
   pypy/dist/pypy/translator/cli/function.py
Log:
Use native .NET exception by default, else we would break the clr module.



Modified: pypy/dist/pypy/translator/cli/function.py
==============================================================================
--- pypy/dist/pypy/translator/cli/function.py	(original)
+++ pypy/dist/pypy/translator/cli/function.py	Sat Feb 10 11:05:27 2007
@@ -17,7 +17,7 @@
 from pypy.translator.cli.support import log
 from pypy.translator.cli.ilgenerator import CLIBaseGenerator
 
-USE_LAST = True
+USE_LAST = False
 
 class NativeExceptionHandler(object):
     def begin_try(self):



More information about the Pypy-commit mailing list