Skip to content

Fix error message when subclassing TypeVarTuple - #679

Open
JanEricNitschke wants to merge 9 commits into
python:mainfrom
JanEricNitschke:fix-typevar-tuple-subclass-error
Open

Fix error message when subclassing TypeVarTuple#679
JanEricNitschke wants to merge 9 commits into
python:mainfrom
JanEricNitschke:fix-typevar-tuple-subclass-error

Conversation

@JanEricNitschke

Copy link
Copy Markdown
Contributor

@codecov

codecovBot commented Sep 13, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.39%. Comparing base (f7dbe27) to head (b088f82).
⚠️ Report is 26 commits behind head on main.

@@ Coverage Diff @@## main #679 +/- ##
==========================================
- Coverage 97.39% 97.39% -0.01% 
==========================================
Files 3 3 Lines 7767 7793 +26 ==========================================
+ Hits 7565 7590 +25 - Misses 202 203 +1 
FlagCoverage Δ
3.1089.06% <85.71%> (-0.02%)⬇️
3.10.489.06% <85.71%> (-0.02%)⬇️
3.1188.32% <89.28%> (+<0.01%)⬆️
3.11.087.56% <89.28%> (+<0.01%)⬆️
3.1288.28% <89.28%> (+0.01%)⬆️
3.12.088.27% <89.28%> (+0.01%)⬆️
3.1381.82% <75.00%> (-0.01%)⬇️
3.13.082.54% <75.00%> (-0.01%)⬇️
3.1478.28% <75.00%> (+<0.01%)⬆️
3.989.77% <85.71%> (-0.02%)⬇️
3.9.1289.77% <85.71%> (-0.02%)⬇️
pypy3.1088.90% <85.71%> (-0.02%)⬇️
pypy3.1188.18% <89.28%> (+<0.01%)⬆️
pypy3.989.60% <85.71%> (-0.02%)⬇️

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

Files with missing linesCoverage Δ
src/test_typing_extensions.py98.39% <100.00%> (-0.02%)⬇️
src/typing_extensions.py94.00% <100.00%> (+0.01%)⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment threadsrc/typing_extensions.py Outdated
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Comment threadCHANGELOG.md Outdated
@JelleZijlstra

Copy link
Copy Markdown
Member

@copilot resolve the merge conflicts in this pull request

@JanEricNitschke

Copy link
Copy Markdown
ContributorAuthor

Anything i can/should still do here? Conflict is only in the changelog.

Sign up for freeto 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.

3 participants

@JanEricNitschke@JelleZijlstra@brianschubert