pylint #20062 suspicious error about missing attribute "next" in generator object [resolved]
while running pylint on mercurial, the following false positive was found: ************* Module mercurial.ancestor ... E1101: 68:ancestor: Generator 'generations' has no 'next' member ... http://hg.intevation.org/mercurial/file/e7727a545c48/mercurial/ancestor.py#l66 | |
priority | normal |
---|---|
type | bug |
done in | 0.23.0 |
load | 0.100 |
load left | 0.000 |
closed by | <not specified> |
Comments
-
2010/05/29 00:16, written by mkiilerich
Simple reproducer, distilled from http://svn.effbot.org/public/stuff/sandbox/topdown/tdop-1.py :
add comment