]> granicus.if.org Git - python/commit
Fix a bug when using the __lltrace__ opcode tracer, and a problem sith signed chars...
authorKristján Valur Jónsson <kristjan@ccpgames.com>
Fri, 13 Apr 2007 22:09:59 +0000 (22:09 +0000)
committerKristján Valur Jónsson <kristjan@ccpgames.com>
Fri, 13 Apr 2007 22:09:59 +0000 (22:09 +0000)
commit9d9fbb435935503b9fbd2754c2d8745d6239229a
tree9fb14842c81ab549c96410817c94d48ddd378b95
parent9bd522d7d13b8db51a87e650c5b439ccf49c616c
Fix a bug when using the __lltrace__ opcode tracer, and a problem sith signed chars in frameobject.c which can occur with opcodes > 127
Objects/frameobject.c
Python/ceval.c