[Python-Dev] Example for "property" violates "Python is not a one pass compiler"

Fredrik Lundh fredrik at pythonware.com
Tue Sep 6 14:05:47 CEST 2005


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> 





More information about the Python-Dev mailing list