[pypy-commit] pypy py3.6: another dead getfield_gc_r

cfbolz pypy.commits at gmail.com
Mon Feb 18 15:47:04 EST 2019


Author: Carl Friedrich Bolz-Tereick <cfbolz at gmx.de>
Branch: py3.6
Changeset: r96075:f87194e4cc02
Date: 2019-02-18 12:06 +0100
http://bitbucket.org/pypy/pypy/changeset/f87194e4cc02/

Log:	another dead getfield_gc_r

diff --git a/pypy/module/pypyjit/test_pypy_c/test_globals.py b/pypy/module/pypyjit/test_pypy_c/test_globals.py
--- a/pypy/module/pypyjit/test_pypy_c/test_globals.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_globals.py
@@ -16,6 +16,5 @@
         assert log.result == 500
         loop, = log.loops_by_filename(self.filepath)
         assert loop.match_by_id("loadglobal", """
-            p1 = getfield_gc_r(..., descr=...)     # dead
             guard_not_invalidated(descr=...)
         """)


More information about the pypy-commit mailing list