summaryrefslogtreecommitdiffstatshomepage
path: root/tests/bytecode/pylib-tests
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-01-29 00:24:00 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-01-29 00:24:00 +0200
commit60a9fac8d4ae4da1676a639fac01389df48e4d60 (patch)
treeede730008e0075931fbd1e083b48b4a65471d18a /tests/bytecode/pylib-tests
parent7f11c794a53b78dc90d924b8c44e6d8165d5b4af (diff)
downloadmicropython-60a9fac8d4ae4da1676a639fac01389df48e4d60.tar.gz
micropython-60a9fac8d4ae4da1676a639fac01389df48e4d60.zip
unix: Initial implementation of FFI module.
Foreign Function Interface module allows to load native dynamic libraries, call functions and access variables in them. This makes possible to write interface modules in pure Python. This module provides thin wrapper around libffi. ctypes compatibility might be possible to implement on top of this module (though ctypes allow to call functions without prototypes, which is not supported by libffi (i.e. implementation would be inefficient))).
Diffstat (limited to 'tests/bytecode/pylib-tests')
0 files changed, 0 insertions, 0 deletions