[pypy-svn] r16765 - pypy/release/0.7.x/pypy/translator/goal

cfbolz at codespeak.net cfbolz at codespeak.net
Sat Aug 27 14:59:57 CEST 2005


Author: cfbolz
Date: Sat Aug 27 14:59:56 2005
New Revision: 16765

Modified:
   pypy/release/0.7.x/pypy/translator/goal/app_basic_example.py
Log:
This raises an exception on all targets but targetpypystandalone.
For reasons not detailled here this makes the annotator unhappy.


Modified: pypy/release/0.7.x/pypy/translator/goal/app_basic_example.py
==============================================================================
--- pypy/release/0.7.x/pypy/translator/goal/app_basic_example.py	(original)
+++ pypy/release/0.7.x/pypy/translator/goal/app_basic_example.py	Sat Aug 27 14:59:56 2005
@@ -1,6 +1,3 @@
 print '--- beginning of app_example.py ---'
 print 6*7
 print '--- end of app_example.py ---'
-
-import sys
-print sys.pypy_translation_info



More information about the Pypy-commit mailing list