override I/O and memory management

Ivo ivomirb at hotmail.com
Sun Aug 10 14:58:33 EDT 2003


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





More information about the Python-list mailing list