Message28933
Logged In: YES
user_id=34209
Yep, the patch seems to work, also for the other case
someone pointed out to me, that was still broken after the
last fix:
>>> exec "import os\ns='''" + "\n"*256 + "'''\n1/0\n"
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "<string>", line 1, in <module>
ZeroDivisionError: integer division or modulo by zero
I tried a couple of other ways to get large linenumbers and
complex(er) parsing structures, and they all seem to work right. |
|
| Date |
User |
Action |
Args |
| 2007-08-23 14:40:51 | admin | link | issue1512814 messages |
| 2007-08-23 14:40:51 | admin | create | |
|