Greg Ewing wrote:

> Indeed, Python's bytecode compiler essentially *is*
> a one-pass compiler

for a suitable setting of the "look-ahead window size", at least.  some Python
constructs cannot be compiled by a truly minimalistic one-pass compiler.

</F> 



_______________________________________________
Python-Dev mailing list
[email protected]
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