Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
pylint-bot opened this issue Apr 15, 2013 · 1 comment
Labels

Comments

@pylint-bot
Copy link

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


@pylint-bot
Copy link
Author

Original comment by Sylvain Thénault (BitBucket: sthenault, GitHub: @sthenault?):


closes #1 (bitbucket): fix "dictionary changed size during iteration" crash

msuozzo pushed a commit to msuozzo/pylint that referenced this issue Feb 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant