Um die Shared Library mithilfe des Compilers GCC zu erzeugen und sie zu verwenden, sind drei Schritte notwendig. Zunächst gilt es, mit einem Befehl positionsunabhängigen Code zu erzeugen: gcc -c -fpic ...
Overview Python can interface with C code using the built-in ctypes library, but ctypes is notoriously clunky. The third-party CFFI project offers a more streamlined way to build interfaces between ...