[issue4547] Long jumps with frame_setlineno

2008-12-05 Thread fboule
fboule <[EMAIL PROTECTED]> added the comment: Is it intended to be applied on Python 2.5.x and/or Python 2.6.x (and when)? The current Python 2.6.1 release does not have the fix. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue4547] Long jumps with frame_setlineno

2008-12-05 Thread fboule
New submission from fboule <[EMAIL PROTECTED]>: This concerns a known bug in the frame_setlineno() function for Python 2.5.x and 2.6.x (maybe in earlier/later version too). It is not possible to use this function when the address or line offset in lnotab are greater than 127. The problem