Skip to content

sysdeps: correctly detect python2 sysdeps when running under Python 3

Christoph Reiter requested to merge sysdeps-python2 into master

We can't just check modules in the same process anymore with Python 3. Use a separate interpereter process like we did with python 2 sysdeps before.

Fixes #36 (closed)

Merge request reports