Closed GoogleCodeExporter closed 9 years ago
Original comment by sergey.s...@gmail.com
on 8 Aug 2013 at 2:06
Original comment by sergey.s...@gmail.com
on 8 Aug 2013 at 4:24
The problem was that the compilation of the file produced a ValueError which
was not intercepted.
Unfortunately ValueError type does not provide the originated line number so
there is no way to highlight the line and therefore the error is ignored.
The same story may happened with TypeError in case of NULL characters in the
buffer.
The corresponding exception handlers have been added.
Original comment by sergey.s...@gmail.com
on 8 Aug 2013 at 4:28
Original issue reported on code.google.com by
mzu2...@gmail.com
on 8 Aug 2013 at 1:07