[Python-checkins] CVS: python/dist/src/Misc ACKS,1.96,1.97

Tim Peters tim_one@users.sourceforge.net
Sat, 09 Jun 2001 02:26:23 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv30667/python/dist/src/Misc

Modified Files:
	ACKS 
Log Message:
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).


Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.96
retrieving revision 1.97
diff -C2 -r1.96 -r1.97
*** ACKS	2001/04/24 05:16:29	1.96
--- ACKS	2001/06/09 09:26:21	1.97
***************
*** 320,323 ****
--- 320,324 ----
  Steven Reiz
  Jan Pieter Riegel
+ Armin Rigo
  Nicholas Riley
  Jean-Claude Rimbault