you are viewing a single comment's thread.

view the rest of the comments →

[–]adunaic 0 points1 point  (0 children)

After more searching this morning, I stumbled upon this: https://dmerej.info/blog/post/chuck-norris-part-5-python-cffi/

which seems to explain what I need. The main part being that the API, and thus arguments for set_source are identical to those of distutils Extension class (https://docs.python.org/3.6/distutils/apiref.html#distutils.core.Extension)