gopy/_examples/hi
Sebastien Binet c4f895b387 gopy,_examples/hi: unify py2/cffi tests
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.
2017-08-07 15:01:47 +02:00
..
hi.go Fixed bug with SIGSEGV if function returns (string, error) 2016-01-24 06:36:17 +00:00
test.py gopy,_examples/hi: unify py2/cffi tests 2017-08-07 15:01:47 +02:00