Skip to content

Commit 0b111f1

Browse files
authored
Merge pull request #263 from rocky/pypy3.6
pypy3.6 handling
2 parents f17ebf4 + c666e2d commit 0b111f1

18 files changed

Lines changed: 536 additions & 268 deletions

File tree

test/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ check-bytecode-3:
100100
--bytecode-3.1 --bytecode-3.2 --bytecode-3.3 \
101101
--bytecode-3.4 --bytecode-3.5 --bytecode-3.6 \
102102
--bytecode-3.7 --bytecode-3.8 \
103-
--bytecode-pypy3.2
103+
--bytecode-pypy3.2 # --bytecode-pypy3.6 -- work out bugs in 3.6
104104

105105
#: Check deparsing on selected bytecode 3.x
106106
check-bytecode-3-short:
@@ -333,7 +333,9 @@ pypy-3.2 2.4:
333333
$(PYTHON) test_pythonlib.py --bytecode-pypy3.2 --verify
334334

335335
#: PyPy 5.0.x with Python 3.6 ...
336+
check-bytecode-pypy3.6: 7.1
336337
7.1:
338+
$(PYTHON) test_pythonlib.py --bytecode-pypy3.6-run --verify-run
337339
$(PYTHON) test_pythonlib.py --bytecode-pypy3.6 --verify
338340

339341

test/bytecode_3.2/11_classbug.pyc

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
447 Bytes
Binary file not shown.
2.33 KB
Binary file not shown.
599 Bytes
Binary file not shown.
214 Bytes
Binary file not shown.
2.64 KB
Binary file not shown.
1.84 KB
Binary file not shown.

test/test_pyenvlib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"pypy3.5-5.7.1-beta",
4444
"pypy3.5-5.9.0",
4545
"pypy3.5-6.0.0",
46+
"pypy3.6-7.1.0",
4647
"native",
4748
) + tuple(python_versions)
4849

0 commit comments

Comments
 (0)