Author: Maciej Fijalkowski <[email protected]>
Branch: kill-someobject
Changeset: r57898:f0d6e8dc4ba0
Date: 2012-10-08 13:19 +0200
http://bitbucket.org/pypy/pypy/changeset/f0d6e8dc4ba0/

Log:    oops

diff --git a/pypy/translator/interactive.py b/pypy/translator/interactive.py
--- a/pypy/translator/interactive.py
+++ b/pypy/translator/interactive.py
@@ -20,8 +20,9 @@
         # hook into driver events
         self.driver_setup = False
 
+        policy = kwds.pop('policy', None)
         self.update_options(argtypes, kwds)
-        self.ensure_setup(argtypes, kwds.pop('policy', None))
+        self.ensure_setup(argtypes, policy)
         # for t.view() to work just after construction
         graph = self.context.buildflowgraph(entry_point)
         self.context._prebuilt_graphs[entry_point] = graph
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to