ralfbiedert / interoptopus

The polyglot bindings generator for your library (C#, C, Python, …) 🐙
302 stars 27 forks source link

Allow ctypes array for slice parameters in Python #65

Closed dennisradell closed 1 year ago

dennisradell commented 1 year ago

This change adds the ability to send in a ctypes.Array from Python when the parameter is of type FFISlice and automatically create a FFISlice before function invocation.