I'll have couple of python functions I must interface with from the assembly code. The solution doesn't need to be a complete solution because I'm not going to interface with python code for too long. Anyway, I chewed it a bit:
- What does a python object look like in memory?
- How can I call a python function?
- How can I pass python objects as python objects for ctypes interface?
- Could ctypes interface make my work easier in any alternative way?