| commit | 4db62b1e14ed909d4bd574633a11c45455c76beb | [log] [tgz] |
|---|---|---|
| author | Jeremy Hylton <jeremy@alum.mit.edu> | Tue Feb 27 19:07:02 2001 +0000 |
| committer | Jeremy Hylton <jeremy@alum.mit.edu> | Tue Feb 27 19:07:02 2001 +0000 |
| tree | 3bf20f1bab90d74a8b189f5cb31da0d6fa320a2f | |
| parent | ed5e8234d76881fee036a3d2e642c6a7434c6eec [diff] |
Improved __future__ parser; still more to do
Makefile.pre.in: add target future.o
Include/compile.h: define PyFutureFeaters and PyNode_Future()
add c_future slot to struct compiling
Include/symtable.h: add st_future slot to struct symtable
Python/future.c: implementation of PyNode_Future()
Python/compile.c: use PyNode_Future() for nested_scopes support
Python/symtable.c: include compile.h to pick up PyFutureFeatures decl