fungw language bindings - python3

datasheet

tested on Debian (python 3.7.3)
known bugs/limitations steals signal handlers and strings are PyBytes
API stability low
configuration requirements n/a
Python3 is not recommended for scripting.

Details

Python3 removed PyString but memory management breaks with PyUnicode so fungw has to use PyBytes which is probably inconvenient.

Python3 takes over signal handling which is usually incompatible with the application it is running in.