Skip to content

Error while running checker pylint: dictionary changed size during iteration #1

@pylint-bot

Description

@pylint-bot

Originally reported by: Pierre-Yves David (BitBucket: marmoute, GitHub: @marmoute?)


Trackback while running pylint on hgview

Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/apycotlib/atest.py", line 281, in run_checker
    status = checker.check(self)
  File "/usr/lib/python2.6/dist-packages/apycotlib/checkers/__init__.py", line 27, in check
    self.set_status(self.do_check(test))
  File "/usr/lib/python2.6/dist-packages/apycotlib/checkers/python.py", line 505, in do_check
    linter.check(pyinstall_path(test))
  File "/usr/lib/pymodules/python2.6/pylint/lint.py", line 588, in check
    self._add_suppression_messages()
  File "/usr/lib/pymodules/python2.6/pylint/lint.py", line 711, in _add_suppression_messages
    for (warning, from_), lines in self._ignored_msgs.iteritems():
RuntimeError: dictionary changed size during iteration

You can see the details here: http://www.logilab.org/testexecution/129510?tab=pylint


Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions