[pypy-commit] pypy gc_no_cleanup_nursery: Fix: there is an extra setfield_gc(.., 0)

arigo noreply at buildbot.pypy.org
Fri Sep 26 10:17:07 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: gc_no_cleanup_nursery
Changeset: r73721:486727982013
Date: 2014-09-26 10:16 +0200
http://bitbucket.org/pypy/pypy/changeset/486727982013/

Log:	Fix: there is an extra setfield_gc(.., 0)

diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py
--- a/pypy/module/micronumpy/test/test_zjit.py
+++ b/pypy/module/micronumpy/test/test_zjit.py
@@ -617,7 +617,7 @@
             'raw_store': 1,
             'same_as': 2,
             'setarrayitem_gc': 8,
-            'setfield_gc': 21,
+            'setfield_gc': 22,
         })
 
     def define_argsort():


More information about the pypy-commit mailing list