ffi: Implement ffivar.get()/set() methods.

Done by introducing another factored out helper API in binary.c. This API
can be reused also by array and struct modules.
This commit is contained in:
Paul Sokolovsky
2014-02-14 17:16:35 +02:00
parent 70d7a83c74
commit 8bc3516389
7 changed files with 130 additions and 2 deletions

View File

@@ -63,6 +63,7 @@ PY_O_BASENAME = \
objzip.o \
sequence.o \
stream.o \
binary.o \
builtin.o \
builtinimport.o \
builtinevex.o \