Cesare Di Mauro wrote:

It will certainly. There's MUCH that can be optimized to let CPython squeeze more performance from static analysis (even a gross one) on locals.

But can the existing locals() function be implemented in
the face of such optimisations?

If it can, then a "locals view" object shouldn't be too much
harder.

If it can't, then you have already given up full CPython
compatibility.

--
Greg
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to