[pypy-commit] pypy py3.6: merge default (no changes, the 3.6 version already worked)

cfbolz pypy.commits at gmail.com
Wed Mar 27 18:01:25 EDT 2019


Author: Carl Friedrich Bolz-Tereick <cfbolz at gmx.de>
Branch: py3.6
Changeset: r96370:1790f4267a4b
Date: 2019-03-27 22:56 +0100
http://bitbucket.org/pypy/pypy/changeset/1790f4267a4b/

Log:	merge default (no changes, the 3.6 version already worked)

diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py b/pypy/interpreter/astcompiler/test/test_compiler.py
--- a/pypy/interpreter/astcompiler/test/test_compiler.py
+++ b/pypy/interpreter/astcompiler/test/test_compiler.py
@@ -1603,4 +1603,3 @@
         space = self.space
         assert [space.int_w(w_x)
                     for w_x in space.unpackiterable(w_res)] == range(200)
-


More information about the pypy-commit mailing list