Hi.
I'm trying to embed Python as a scripting language for my Win32 application. What I need is to provide my own text console and my own memory manager. Is it possible to do that without replacing all printfs and mallocs in the Python source? Even if I do that, how is that going to work for third-party modules I import?
Thanks
Ivo