]> granicus.if.org Git - python/commit
Bypass peepholing of code with lineno tables having intervals >= 255.
authorRaymond Hettinger <python@rcn.com>
Wed, 25 Aug 2004 17:19:38 +0000 (17:19 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 25 Aug 2004 17:19:38 +0000 (17:19 +0000)
commit1792bfbf902c5850889ced14403b89b8f895724e
tree3ea80063266fbf8678429dafabe8a009bdbbccea
parent65d3c0537a061f392db260a13d2a6d239593c2eb
Bypass peepholing of code with lineno tables having intervals >= 255.
Allows the lineno fixup code to remain simple and not have to deal with
multibyte codings.

* Add an assertion to that effect.
* Remove the XXX comment on the subject.
Python/compile.c