Hi all, I have a problem where I want to use a C api that takes a callback function. I want to call this C Api from python and also provide the python callback function to the api. Inside the callback function, I need access to the values of a global variable declared in the same Python file. I had tried to this without Cython but in my implementation the global variable used to be a different instance in the callback function.
Hence I am requesting for help from Cython experts whether they think this problem can be solved using cython. Regards, Amish _______________________________________________ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers