mirror of https://github.com/go-python/gopy.git
![]() This CL unifies the test harnesses for the cpython2 and cffi backends. testPkg now takes a list of backends (via the table value) to compile against and infers the list of Python VMs to run the resulting artefact with. So: - backend=py2 => python2 - backend=py3 => python3 - backend=cffi => python2 (and, one day, python3 too) Fixes go-python/gopy#100. |
||
---|---|---|
.. | ||
hi.go | ||
test.py |