cpython/Lib/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
..
__init__.py typo 2001-04-09 04:23:55 +00:00
ast.py Generated from rev 1.1 of ast.txt 2000-10-25 18:02:59 +00:00
consts.py Define constants for types of scopes 2001-04-12 06:39:24 +00:00
future.py Add support for future statements 2001-04-09 04:28:48 +00:00
misc.py Change the graph structure to contain the code generator object for 2000-11-06 03:43:11 +00:00
pyassem.py SF bug 430991: wrong co_lnotab 2001-06-09 09:26:21 +00:00
pycodegen.py Pop loop off the loop stack before handling the loop's else clause. 2001-04-12 21:54:41 +00:00
symbols.py Only treat an AugAssign as def if its the target is a Name. 2001-04-12 07:06:25 +00:00
transformer.py Add lineno attributes to Discard nodes 2001-04-11 16:22:26 +00:00
visitor.py Add support for extra (*) arguments to preorder. 2001-04-11 16:26:05 +00:00