cpython/Tools/compiler
Tim Peters 2a7f384122 SF bug 430991: wrong co_lnotab
Armin Rigo pointed out that the way the line-# table got built didn't work
for lines generating more than 255 bytes of bytecode.  Fixed as he
suggested, plus corresponding changes to pyassem.py, plus added some
long overdue docs about this subtle table to compile.c.

Bugfix candidate (line numbers may be off in tracebacks under -O).
2001-06-09 09:26:21 +00:00
..
compiler SF bug 430991: wrong co_lnotab 2001-06-09 09:26:21 +00:00
ast.txt Support for generation of ast.py from simple description of node 2000-10-25 17:59:17 +00:00
astgen.py Support for generation of ast.py from simple description of node 2000-10-25 17:59:17 +00:00
compile.py add -d option that dumps entire AST before compiling 2000-10-13 21:59:32 +00:00
demo.py This script demonstrates use of the visitor interface of the compiler 2000-07-25 16:43:23 +00:00
dumppyc.py read in a .pyc file and disassemble the code objects 2000-10-09 14:35:24 +00:00
regrtest.py run the std regression test suite using bytecode produced by the compiler 2000-10-13 22:00:13 +00:00
setup.py distutils setup script 2000-09-20 02:35:19 +00:00