[Python-3000] Ripping out exec

Greg Ewing greg.ewing at canterbury.ac.nz
Sat Sep 2 02:37:02 CEST 2006


Guido van Rossum wrote:
> I would just rip it out.

I don't understand this business about ripping out
exec. I thought that exec had to be a statement so
the compiler can tell whether to use fast locals.
Do you have a different way of handling that in mind
for Py3k?

--
Greg


More information about the Python-3000 mailing list