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

Fix a crash from astroid.InferenceError raised on copy.copy #4892

Merged
merged 1 commit into from Aug 21, 2021

Conversation

Pierre-Sassoulas
Copy link
Member

Type of Changes

Type
βœ“ πŸ› Bug fix

Description

Closes #4891

@Pierre-Sassoulas Pierre-Sassoulas added the Crash πŸ’₯ A bug that makes pylint crash label Aug 21, 2021
@Pierre-Sassoulas Pierre-Sassoulas added this to the 2.10.2 milestone Aug 21, 2021
@coveralls
Copy link

Pull Request Test Coverage Report for Build 1154000960

  • 7 of 7 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.002%) to 92.731%

Totals Coverage Status
Change from base Build 1153593774: 0.002%
Covered Lines: 13458
Relevant Lines: 14513

πŸ’› - Coveralls

@Pierre-Sassoulas Pierre-Sassoulas merged commit d9dc89c into pylint-dev:main Aug 21, 2021
@Pierre-Sassoulas Pierre-Sassoulas deleted the fix-4891 branch August 21, 2021 17:14
@jacobtylerwalls
Copy link
Member

Thanks for the blazing fast fix! πŸ”₯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Crash πŸ’₯ A bug that makes pylint crash
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash on copy.copy() of dict value accessed with static key set elsewhere
3 participants