I have some global variables in a Python script. Some functions in this script call in C - is it possible to set one of these variables in C, and if so, how?
I appreciate that this is not a very nice design, but I need to make a small change to the existing code, I do not want to start large-scale refactoring of existing scripts.
c python
Peter
source share