PyPy support

* Use proper PYPY 32 opcodes
* handle opcodes LOOKUP_METHOD and CALL_METHOD
* Administrative stuff for PyPy
This commit is contained in:
rocky
2016-07-24 18:54:51 -04:00
parent 808e468e5e
commit 1c50e34c30
12 changed files with 68 additions and 36 deletions

View File

@@ -40,6 +40,10 @@ check-3.2 check-3.5:
check-2.6:
$(MAKE) -C test $@
#:PyPy of some sort. E.g. [PyPy 5.0.1 with GCC 4.8.4]
# Skip for now
2.6 5.0:
#: Run py.test tests
pytest:
$(MAKE) -C pytest check