]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merging the gen-branch into the main line, at Guido's direction. Yay!
authorTim Peters <tim.peters@gmail.com>
Mon, 18 Jun 2001 22:08:13 +0000 (22:08 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 18 Jun 2001 22:08:13 +0000 (22:08 +0000)
commit5ca576ed0a0c697c7e7547adfd0b3af010fd2053
tree0b0db361191363b3c168a6c105030f53e181d3e5
parent1dad6a86de55c38da5c356c2c6d81be8ff7884b1
Merging the gen-branch into the main line, at Guido's direction.  Yay!
Bugfix candidate in inspect.py:  it was referencing "self" outside of
a method.
16 files changed:
Grammar/Grammar
Include/compile.h
Include/frameobject.h
Include/graminit.h
Include/opcode.h
Include/symtable.h
Lib/dis.py
Lib/inspect.py
Lib/tabnanny.py
Lib/tokenize.py
Objects/frameobject.c
Python/ceval.c
Python/compile.c
Python/graminit.c
Python/marshal.c
Python/symtable.c