[pypy-svn] r68181 - pypy/trunk/pypy/annotation

pedronis at codespeak.net pedronis at codespeak.net
Mon Oct 5 17:33:17 CEST 2009


Author: pedronis
Date: Mon Oct  5 17:33:17 2009
New Revision: 68181

Modified:
   pypy/trunk/pypy/annotation/policy.py
Log:
(cfbolz, pedronis) oops, should have gone with the last commit



Modified: pypy/trunk/pypy/annotation/policy.py
==============================================================================
--- pypy/trunk/pypy/annotation/policy.py	(original)
+++ pypy/trunk/pypy/annotation/policy.py	Mon Oct  5 17:33:17 2009
@@ -96,3 +96,5 @@
         bk = getbookkeeper()
         return bk.immutablevalue(None)
 
+class StrictAnnotatorPolicy(AnnotatorPolicy):
+    allow_someobjects = False



More information about the Pypy-commit mailing list