GobySoft / dccl

Dynamic Compact Control Language
Other
17 stars 13 forks source link

Adding ability to get a dccl::Codec* via a Python Capsule. #59

Closed chrismurf closed 5 years ago

chrismurf commented 5 years ago

Python Capsules are used to pass pointers between C extensions - this allows loading DCCL types and codecs from other Python C extensions.

tsaubergine commented 5 years ago

Works for me as it doesn't break the C++ build.