On Fri, May 20, 2011 at 12:42 PM, Peter Slickers wrote:
>
> Package: pychecker
> Version: 0.8.19-2
>
> pychecker Version 0.8.19 crashes with an "INTERNAL ERROR" if it encounters a
> python statements where an assignment to a slice of a list is done.
Hi,
Thanks for the bug report. I'll file thi
Package: pychecker
Version: 0.8.19-2
pychecker Version 0.8.19 crashes with an "INTERNAL ERROR" if it encounters a python statements where an
assignment to a slice of a list is done. The following piece of code provokes the error:
def function():
l = []
l[0:0] = (1,)
Here is an examp
2 matches
Mail list logo