]> 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:07:33 +0000 (22:07 +0000)
committerKristján Valur Jónsson <kristjan@ccpgames.com>
Fri, 13 Apr 2007 22:07:33 +0000 (22:07 +0000)
commit2f2f57916c5930c4123d9b8e5f1cfe3f6a07549d
treef2a08b2ea639e959ac806d9715817c6ccf1cb0d4
parent25a3864541dc9259a3bfd36b195cbb764f8e2d56
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