2008/8/12 Dino Viehland <[EMAIL PROTECTED]>: > This is probably because we'll interpret code that is executed using exec. > So anything very computationally heavy will be slow in exec. Maybe we need a > way to disable that.
Argh, I was using exec as a poor man's macro tool. Exactly computationally heavy code was roop-unrolled using exec. You can guess why I was very disappointed... -- Seo Sanghyeon _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
