Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
is:issue state:open label:topic-paramspec
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
python
/
mypy
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
3.1k
Star
20.1k
Code
Issues
2.7k
Pull requests
417
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Announcement issue for plugin API changes
#6617 ·
msullivan
opened
on Apr 3, 2019
23
Issues
Search Issues
is
:
issue
state
:
open
label
:
topic-paramspec
is:issue state:open label:topic-paramspec
Search
Labels
Milestones
New issue
Search results
Open
Closed
Bad interaction between ParamSpec and TypeVarTuple
bug
mypy got something wrong
mypy got something wrong
topic-paramspec
PEP 612, ParamSpec, Concatenate
PEP 612, ParamSpec, Concatenate
topic-pep-646
PEP 646 (TypeVarTuple, Unpack)
PEP 646 (TypeVarTuple, Unpack)
Status: Open.
#19855
In python/mypy;
·
randolf-scholz
opened
on Sep 15, 2025
AssertionError when using <code>reveal_type</code> on a class-bound <code>ParamSpec</code>.
crash
topic-paramspec
PEP 612, ParamSpec, Concatenate
PEP 612, ParamSpec, Concatenate
topic-type-variables
Status: Open.
#19839
In python/mypy;
·
JBushagour
opened
on Sep 12, 2025
<code>mypy</code> doesn't understand that <code>*args: P.args</code> implies that <code>args</code> is a <code>tuple</code>
bug
mypy got something wrong
mypy got something wrong
topic-calls
Function calls, *args, **kwargs, defaults
Function calls, *args, **kwargs, defaults
topic-paramspec
PEP 612, ParamSpec, Concatenate
PEP 612, ParamSpec, Concatenate
Status: Open.
#19663
In python/mypy;
·
randolf-scholz
opened
on Aug 15, 2025
<code>NamedTuple</code> parametrized with a <code>ParamSpec</code> can't be used as an annotation
bug
mypy got something wrong
mypy got something wrong
topic-named-tuple
topic-paramspec
PEP 612, ParamSpec, Concatenate
PEP 612, ParamSpec, Concatenate
Status: Open.
#19658
In python/mypy;
·
sbrudenell
opened
on Aug 14, 2025
ParamSpec seems to get lost with partial()
bug
mypy got something wrong
mypy got something wrong
topic-paramspec
PEP 612, ParamSpec, Concatenate
PEP 612, ParamSpec, Concatenate
topic-runtime-semantics
mypy doesn't model runtime semantics correctly
mypy doesn't model runtime semantics correctly
Status: Open.
#18589
In python/mypy;
·
Dreamsorcerer
opened
on Feb 2, 2025
mypy failed to return correct overloaded func type when decorate func accepts more than one parameter
bug
mypy got something wrong
mypy got something wrong
topic-overloads
topic-paramspec
PEP 612, ParamSpec, Concatenate
PEP 612, ParamSpec, Concatenate
Status: Open.
#18167
In python/mypy;
·
uriyyo
opened
on Nov 19, 2024
Incompatible ParamSpecs are not reported as issue
bug
mypy got something wrong
mypy got something wrong
topic-paramspec
PEP 612, ParamSpec, Concatenate
PEP 612, ParamSpec, Concatenate
topic-type-variables
Status: Open.
#17766
In python/mypy;
·
pfaion
opened
on Sep 13, 2024
Case of generic decorators not working on generic callables (ParamSpec)
bug
mypy got something wrong
mypy got something wrong
topic-paramspec
PEP 612, ParamSpec, Concatenate
PEP 612, ParamSpec, Concatenate
Status: Open.
#17621
In python/mypy;
·
kcdodd
opened
on Aug 1, 2024
using a decorator on an overloaded function where the decorator uses <code>Concatenate</code> causes false positive "Overloaded function implementation does not accept all possible arguments" error
bug
mypy got something wrong
mypy got something wrong
topic-paramspec
PEP 612, ParamSpec, Concatenate
PEP 612, ParamSpec, Concatenate
Status: Open.
#17459
In python/mypy;
·
DetachHead
opened
on Jul 1, 2024
<code>--extra-checks</code> is too strict when using <code>Concatenate</code> within a <code>Protocol</code>
bug
mypy got something wrong
mypy got something wrong
topic-paramspec
PEP 612, ParamSpec, Concatenate
PEP 612, ParamSpec, Concatenate
Status: Open.
#17122
In python/mypy;
·
Daverball
opened
on Apr 14, 2024
Support TypedDict unpacking in ParamSpec specifications
feature
topic-paramspec
PEP 612, ParamSpec, Concatenate
PEP 612, ParamSpec, Concatenate
topic-typed-dict
Status: Open.
#16120
In python/mypy;
·
tmke8
opened
on Sep 15, 2023
More principled solution for universal quantificatoin of non-Callable types
feature
priority-2-low
topic-paramspec
PEP 612, ParamSpec, Concatenate
PEP 612, ParamSpec, Concatenate
topic-type-variables
Status: Open.
#15909
In python/mypy;
·
ilevkivskyi
opened
on Aug 18, 2023
You can’t perform that action at this time.