Skip to content

Conversation

@ChandanChainani
Copy link
Contributor

Type of Changes

Type
βœ“ πŸ› Bug fix

Description

Closes #10106

@codecov
Copy link

codecov bot commented Feb 13, 2025

Codecov Report

βœ… All modified and coverable lines are covered by tests.
βœ… Project coverage is 95.84%. Comparing base (5c6950c) to head (4caec3a).
⚠️ Report is 331 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main   #10232   +/-   ##
=======================================
  Coverage   95.84%   95.84%           
=======================================
  Files         175      175           
  Lines       19058    19058           
=======================================
  Hits        18266    18266           
  Misses        792      792           
Files with missing lines Coverage Ξ”
pylint/checkers/exceptions.py 98.29% <ΓΈ> (ΓΈ)
πŸš€ New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions

This comment has been minimized.

@jacobtylerwalls jacobtylerwalls added this to the 3.3.5 milestone Feb 15, 2025
@jacobtylerwalls jacobtylerwalls changed the title (fix) #10106 AttributeError lambda variable as exception Fix crash in catching-non-exception when something besides a class is in the handler Feb 15, 2025
@jacobtylerwalls jacobtylerwalls changed the title Fix crash in catching-non-exception when something besides a class is in the handler Fix crash in catching-non-exception when something besides a class in except Feb 15, 2025
Copy link
Member

@jacobtylerwalls jacobtylerwalls left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

@github-actions

This comment has been minimized.

Copy link
Member

@jacobtylerwalls jacobtylerwalls left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixing last push

@jacobtylerwalls jacobtylerwalls force-pushed the fix/10106/AttributeError_lambda_no_attribute branch from 35f1846 to 4caec3a Compare February 15, 2025 18:19
@jacobtylerwalls jacobtylerwalls enabled auto-merge (squash) February 15, 2025 18:20
@jacobtylerwalls jacobtylerwalls merged commit 007a745 into pylint-dev:main Feb 15, 2025
44 checks passed
github-actions bot pushed a commit that referenced this pull request Feb 15, 2025
@github-actions
Copy link
Contributor

πŸ€– According to the primer, this change has no effect on the checked open source code. πŸ€–πŸŽ‰

This comment was generated for commit 4caec3a

jacobtylerwalls pushed a commit that referenced this pull request Feb 15, 2025
… except (#10232) (#10234)

(cherry picked from commit 007a745)

Co-authored-by: ChandanChainani <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Backported Crash πŸ’₯ A bug that makes pylint crash

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AttributeError: 'Lambda' object has no attribute 'bases' in exceptions checker

3 participants