Skip to content

Conversation

@Pierre-Sassoulas
Copy link
Member

Type of Changes

Type
🐛 Bug fix

Description

Closes #2910

DanielNoord
DanielNoord previously approved these changes Dec 15, 2025
@codecov
Copy link

codecov bot commented Dec 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.42%. Comparing base (937a959) to head (5e06b4e).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2911      +/-   ##
==========================================
+ Coverage   93.39%   93.42%   +0.03%     
==========================================
  Files          92       92              
  Lines       11214    11223       +9     
==========================================
+ Hits        10473    10485      +12     
+ Misses        741      738       -3     
Flag Coverage Δ
linux 93.29% <100.00%> (+0.03%) ⬆️
pypy 93.42% <100.00%> (+0.03%) ⬆️
windows 93.40% <100.00%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
astroid/nodes/scoped_nodes/mixin.py 98.41% <100.00%> (+0.07%) ⬆️
astroid/nodes/scoped_nodes/scoped_nodes.py 93.71% <100.00%> (+0.01%) ⬆️
astroid/objects.py 94.33% <100.00%> (+0.10%) ⬆️

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Pierre-Sassoulas Pierre-Sassoulas merged commit 66df47f into main Dec 15, 2025
19 checks passed
@Pierre-Sassoulas Pierre-Sassoulas deleted the typing-self-fix branch December 15, 2025 21:28
pylint-backport bot pushed a commit that referenced this pull request Dec 15, 2025
Pierre-Sassoulas added a commit that referenced this pull request Dec 15, 2025
…Self for python < 3.11 (#2912)

[typing] Add sys check guard for typing.Self for python < 3.11 (#2911)

Closes #2910

(cherry picked from commit 66df47f)

Co-authored-by: Pierre Sassoulas <[email protected]>
@AJenbo
Copy link

AJenbo commented Dec 16, 2025

Nice work :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Some typing_extensions imports are missing version guards

3 participants