PlusToolkit / ndicapi

A common C API for communicating with NDI Polaris and Aurora devices
MIT License
47 stars 31 forks source link

Extension module supports Python 3 #13

Closed dzhoshkun closed 6 years ago

dzhoshkun commented 6 years ago

The C extension module now includes macros that enable conditional compilation based on Python version.

TODO:

dzhoshkun commented 6 years ago

@adamrankin Sorry this was a mistake. I meant to create this PR on my own fork as a reminder to myself for the tests. I still need to test these changes with a live device. After testing, I'll submit a PR on the original repo.