[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
More information about the Python-Dev mailing list
Tue Sep 6 14:05:47 CEST 2005
- Previous message: [Python-Dev] Example for "property" violates "Python is not a one pass compiler"
- Next message: [Python-Dev] Example for "property" violates "Python is not a one pass compiler"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message: [Python-Dev] Example for "property" violates "Python is not a one pass compiler"
- Next message: [Python-Dev] Example for "property" violates "Python is not a one pass compiler"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list