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

[Backport maintenance/3.0.x] Avoid duplicate inference results for Tuple[Optional[int], ...] #2342

Merged

Conversation

github-actions[bot]
Copy link
Contributor

Backport dc13d5b from #2340.

@jacobtylerwalls jacobtylerwalls added this to the 3.0.2 milestone Dec 11, 2023
@jacobtylerwalls jacobtylerwalls enabled auto-merge (squash) December 11, 2023 23:38
Copy link

codecov bot commented Dec 12, 2023

Codecov Report

Merging #2342 (eeadffc) into maintenance/3.0.x (958ce1e) will increase coverage by 0.00%.
Report is 5 commits behind head on maintenance/3.0.x.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@                Coverage Diff                 @@
##           maintenance/3.0.x    #2342   +/-   ##
==================================================
  Coverage              92.85%   92.86%           
==================================================
  Files                     94       94           
  Lines                  11056    11068   +12     
==================================================
+ Hits                   10266    10278   +12     
  Misses                   790      790           
Flag Coverage Δ
linux 92.67% <100.00%> (+<0.01%) ⬆️
pypy 91.00% <92.30%> (+<0.01%) ⬆️
windows 92.45% <100.00%> (+<0.01%) ⬆️

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

Files Coverage Δ
astroid/__pkginfo__.py 100.00% <100.00%> (ø)
astroid/brain/brain_typing.py 87.17% <100.00%> (+0.16%) ⬆️
astroid/const.py 100.00% <100.00%> (ø)
astroid/nodes/node_classes.py 94.83% <100.00%> (+0.01%) ⬆️
astroid/protocols.py 90.28% <100.00%> (+0.06%) ⬆️

@jacobtylerwalls jacobtylerwalls merged commit 7cad63a into maintenance/3.0.x Dec 12, 2023
16 checks passed
@jacobtylerwalls jacobtylerwalls deleted the backport-2340-to-maintenance/3.0.x branch December 12, 2023 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant