[pypy-svn] r24927 - pypy/dist/pypy/rpython

tismer at codespeak.net tismer at codespeak.net
Fri Mar 24 04:39:47 CET 2006


Author: tismer
Date: Fri Mar 24 04:39:44 2006
New Revision: 24927

Modified:
   pypy/dist/pypy/rpython/normalizecalls.py
Log:
record generated instantiators in the graph

Modified: pypy/dist/pypy/rpython/normalizecalls.py
==============================================================================
--- pypy/dist/pypy/rpython/normalizecalls.py	(original)
+++ pypy/dist/pypy/rpython/normalizecalls.py	Fri Mar 24 04:39:44 2006
@@ -270,6 +270,7 @@
     generalizedresult = annmodel.SomeInstance(classdef=None)
     annotator.setbinding(graph.getreturnvar(), generalizedresult)
     classdef.my_instantiate_graph = graph
+    annotator.translator.graphs.append(graph)
 
 # ____________________________________________________________
 



More information about the Pypy-commit mailing list