Author: Armin Rigo <[email protected]>
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():
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit