> BTW: is there a long-time plan to make the Python core *not* link against > msvcrt dll anymore but only rely on Windows APIs (or maybe also the > static C runtime, I don't really care)?
I have plans to reduce usage of the CRT as much as possible. I don't believe that linking statically would actually work very well. Regards, Martin _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
