> If you avoided the static CRT, and only used Windows APIs, that would > avoid this issue, but that means reimplementing everything - > malloc/free, FILE*, stdin/stdout/stderr, etc etc. I don't think anyone > is contemplating that.
Actually, I am. Py3k will already remove usage of stdio, for file input and output. I would also like to remove CRT file handles, and replace them with platform file handles. As for malloc and free, using the Heap API might be an option. Regards, Martin _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com