GitHub / python/typing issues and pull requests
#2221 - Allow errors for unsound Self definitions on non-final classes
Pull Request -
State: open - Opened by davidhalter 6 days ago
Labels: topic: conformance tests
#2220 - Add decorator to mark class as concrete / instantiable
Issue -
State: open - Opened by mdekstrand 6 days ago
Labels: topic: feature
#2218 - Update ty results for v0.0.22
Pull Request -
State: closed - Opened by AlexWaygood 10 days ago
Labels: topic: conformance tests
#2215 - parameter specification variance
Pull Request -
State: open - Opened by KotlinIsland 14 days ago
Labels: topic: typing spec
#2214 - don't state that `Callable` is a special form
Pull Request -
State: open - Opened by KotlinIsland 14 days ago
Labels: topic: typing spec
#2210 - `directives_type_checking.py`: do not assert that type checkers must ignore all type errors in `if not TYPE_CHECKING` blocks
Pull Request -
State: open - Opened by AlexWaygood 15 days ago
- 3 comments
Labels: topic: conformance tests
#2209 - `literals_interactions.py`: do not mandate optional narrowing behaviour from type checkers
Pull Request -
State: closed - Opened by AlexWaygood 15 days ago
- 3 comments
Labels: topic: conformance tests
#2203 - conformance: change generics_typevartuple_args.py case
Pull Request -
State: open - Opened by JelleZijlstra 21 days ago
Labels: topic: conformance tests
#2202 - Conformance suite: rewrite `directives_version_platform.py` to not assume that type checkers will ignore all errors in unreachable code
Pull Request -
State: open - Opened by AlexWaygood 22 days ago
Labels: topic: conformance tests
#2201 - Extend conformance tests for dataclass hashability
Pull Request -
State: closed - Opened by AlexWaygood 22 days ago
Labels: topic: conformance tests
#2200 - Add version locking and CI for the conformance suite
Pull Request -
State: closed - Opened by JelleZijlstra 23 days ago
Labels: topic: conformance tests
#2197 - Conformance tests: change another empty body to `raise NotImplementedError`
Pull Request -
State: closed - Opened by AlexWaygood 24 days ago
Labels: topic: conformance tests
#2196 - Allow returning unions/intersections rather than `Any` for amiguous overloads.
Issue -
State: open - Opened by randolf-scholz 25 days ago
- 4 comments
Labels: topic: feature
#2195 - Fix typo in writing_stubs.rst documentation
Pull Request -
State: closed - Opened by pawamoy 26 days ago
#2194 - Allow type checkers to infer more precise types for tuples
Pull Request -
State: closed - Opened by davidhalter 26 days ago
- 1 comment
Labels: topic: conformance tests
#2193 - Fix minor grammatical issue in `generics_syntax_infer_variance` non-conformance message
Pull Request -
State: closed - Opened by nathanjmcdougall 27 days ago
- 1 comment
#2192 - Minor grammatical issue in `generics_syntax_infer_variance` non-conformance message
Issue -
State: closed - Opened by nathanjmcdougall 27 days ago
- 1 comment
#2190 - conformance: fix unrelated error in annotations_generators.py
Pull Request -
State: closed - Opened by JelleZijlstra 29 days ago
#2188 - conformance: allow emitting an error on missing return with Any annotation
Pull Request -
State: open - Opened by JelleZijlstra 29 days ago
#2183 - Add TypeForm (PEP 747) to the spec and conformance suite
Pull Request -
State: open - Opened by JelleZijlstra about 1 month ago
- 7 comments
Labels: topic: typing spec, topic: conformance tests
#2178 - Conformance suite: Minor tweaks to several assertions for better compatibility with ty
Pull Request -
State: closed - Opened by AlexWaygood about 1 month ago
- 1 comment
Labels: topic: conformance tests
#2173 - Update specification for directives for sys.implementation and sys.platform checks.
Pull Request -
State: open - Opened by Josverl about 1 month ago
- 2 comments
Labels: topic: typing spec
#2172 - Allow protocol variance errors at usage site or class definition
Pull Request -
State: open - Opened by migeed-z about 1 month ago
#2171 - [Conformance][RFC] Distinguish "too broad" from "wrong" variance errors in protocol variance conformance test
Issue -
State: open - Opened by migeed-z about 1 month ago
- 3 comments
Labels: topic: conformance tests
#2168 - Fix typo
Pull Request -
State: closed - Opened by Daraan about 2 months ago
#2154 - Overlapping type
Issue -
State: open - Opened by srittau 2 months ago
- 2 comments
Labels: topic: feature
#2153 - Allow Mypy/Zuban to ignore specific error codes
Pull Request -
State: open - Opened by davidhalter 2 months ago
- 5 comments
Labels: topic: typing spec, topic: conformance tests
#2152 - Accept reversed dataclass field-order warning
Pull Request -
State: open - Opened by azimsh3r 2 months ago
- 1 comment
Labels: topic: conformance tests
#2150 - Remove PEP references in Typing Python Libraries guide
Issue -
State: open - Opened by srittau 2 months ago
Labels: topic: documentation
#2148 - Change the spec for class access of Self variables
Pull Request -
State: open - Opened by davidhalter 2 months ago
- 1 comment
Labels: topic: typing spec
#2144 - Change the typing spec around string references
Pull Request -
State: open - Opened by davidhalter 3 months ago
- 10 comments
Labels: topic: typing spec
#2129 - Clarify purpose of repository in README
Pull Request -
State: closed - Opened by u-harshitha007 3 months ago
- 2 comments
#2127 - How to use functools.wraps with method decorators
Issue -
State: closed - Opened by sfc-gh-bchinn 4 months ago
- 1 comment
#2126 - Conformance Tests directives_type_ignore should probably allow Mypy-like type ignores
Issue -
State: open - Opened by davidhalter 3 months ago
- 1 comment
Labels: topic: conformance tests
#2123 - Support dynamic overload
Issue -
State: closed - Opened by STofone 4 months ago
- 4 comments
Labels: topic: feature
#2122 - Bump actions/checkout from 5 to 6 in the actions group
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
- 1 comment
Labels: dependencies, github_actions
#2121 - Migrate typing documentation to `pyproject.toml`
Issue -
State: open - Opened by konstin 4 months ago
- 2 comments
Labels: topic: documentation
#2120 - Update conformance results for pyrefly 0.43.1 and zuban 0.2.3.
Pull Request -
State: closed - Opened by rchen152 4 months ago
#2119 - Restore a missing TypedDict subtyping requirement
Pull Request -
State: closed - Opened by oconnor663 4 months ago
#2116 - add ci/cd for conformance testing and option to skip install type checkers
Pull Request -
State: closed - Opened by Cloud0310 4 months ago
- 3 comments
#2107 - Update Pyrefly results for v0.38.0 & fix error parsing
Pull Request -
State: closed - Opened by yangdanny97 5 months ago
#2106 - Update Modernizing document for Python 3.14
Pull Request -
State: closed - Opened by srittau 5 months ago
- 2 comments
#2105 - Document the trouble with lambdas in the guides
Pull Request -
State: open - Opened by wyattscarpenter 5 months ago
Labels: topic: documentation
#2100 - Remove pyre from the conformance test suite
Pull Request -
State: closed - Opened by rchen152 5 months ago
#2099 - Link to compliance test results is broken
Issue -
State: closed - Opened by erictraut 5 months ago
- 1 comment
Labels: topic: documentation
#2098 - Remove generic aliases
Pull Request -
State: closed - Opened by leostimpfle 5 months ago
- 1 comment
Labels: topic: documentation
#2097 - Latest results for all type checkers
Pull Request -
State: closed - Opened by davidhalter 5 months ago
Labels: topic: conformance tests
#2096 - Make deferred-annotation errors optional (depends on version)
Pull Request -
State: closed - Opened by sharkdp 5 months ago
- 1 comment
Labels: topic: conformance tests
#2095 - Update conformance tests
Pull Request -
State: closed - Opened by rchen152 5 months ago
- 1 comment
Labels: topic: conformance tests
#2094 - add discord invite
Pull Request -
State: closed - Opened by StarrFox 5 months ago
- 1 comment
#2093 - Remove tests with invalid syntax (Python 3.14)
Pull Request -
State: open - Opened by sharkdp 6 months ago
#2093 - Remove tests with invalid syntax (Python 3.14)
Pull Request -
State: closed - Opened by sharkdp 6 months ago
Labels: topic: conformance tests
#2091 - Bump actions/setup-python from 5 to 6 in the actions group
Pull Request -
State: closed - Opened by dependabot[bot] 6 months ago
Labels: dependencies, github_actions
#2089 - Updated the typing spec to use modern (PEP 695) generics syntax
Pull Request -
State: closed - Opened by erictraut 6 months ago
- 1 comment
#2087 - protocols_definition.py contains invalid code
Issue -
State: open - Opened by missingdays 6 months ago
Labels: topic: other
#2085 - Zuban Update
Pull Request -
State: closed - Opened by davidhalter 6 months ago
Labels: topic: conformance tests
#2084 - Read the Docs migration to GitHub app
Issue -
State: open - Opened by srittau 6 months ago
Labels: topic: other
#2083 - Use of deprecated generic aliases in documentation
Issue -
State: closed - Opened by leostimpfle 7 months ago
- 2 comments
Labels: topic: documentation
#2082 - Bump actions/checkout from 4 to 5 in the actions group
Pull Request -
State: open - Opened by dependabot[bot] 7 months ago
Labels: dependencies, github_actions
#2081 - Fixed pyrefly results output
Pull Request -
State: closed - Opened by erictraut 7 months ago
- 1 comment
#2080 - Add Pyrefly
Pull Request -
State: open - Opened by yangdanny97 7 months ago
#2079 - Zuban executable changes
Pull Request -
State: closed - Opened by davidhalter 7 months ago
#2077 - Add link anchors for each step of the overload call evaluation algorithm
Pull Request -
State: open - Opened by AlexWaygood 7 months ago
#2074 - Spec incorrectly describes the object returned by a call to `NewType` at runtime.
Issue -
State: closed - Opened by AlexWaygood 7 months ago
- 1 comment
Labels: topic: typing spec
#2073 - Make some minor fixes and improvements to the typedddicts_extra_items test
Pull Request -
State: closed - Opened by rchen152 7 months ago
Labels: topic: conformance tests
#2070 - conformance tests: drop timing information
Pull Request -
State: closed - Opened by JelleZijlstra 7 months ago
- 3 comments
#2068 - Add spec and tests for PEP 728
Pull Request -
State: closed - Opened by JelleZijlstra 7 months ago
#2062 - Update unreachable.rst: mention match exhaustiveness codes from checkers type …
Pull Request -
State: closed - Opened by wyattscarpenter 8 months ago
#2061 - Small improvements to the conformance tests
Pull Request -
State: closed - Opened by rchen152 8 months ago
- 1 comment
#2060 - When making a dynamic member descriptor that can also behave as a Wrapper Why Does Self Not get deleted from ParamSpec?
Issue -
State: open - Opened by Vizonex 8 months ago
- 2 comments
Labels: topic: other
#2056 - Add conformance tests for the 'match_args' parameter to dataclass.
Pull Request -
State: open - Opened by rchen152 8 months ago
#2054 - Discrepancy between spec and tests on indexing TypedDicts with unknown literal keys
Issue -
State: open - Opened by Andrej730 8 months ago
Labels: topic: other
#2051 - Assignability to a Protocol Using `Self` Must Respect Variance
Issue -
State: open - Opened by nhusung 8 months ago
#2050 - Bug: NamedTuple class crashes if a method is using 'super()' or '__class__'
Issue -
State: open - Opened by GugelRobin 8 months ago
Labels: topic: other
#2045 - Table of Content improvements
Pull Request -
State: open - Opened by srittau 8 months ago
#2044 - Clean up @deprecated spec
Pull Request -
State: open - Opened by JelleZijlstra 8 months ago
#2037 - How to type hint a "float-like" object?
Issue -
State: closed - Opened by UlrikChristensenGit 9 months ago
- 3 comments
Labels: topic: other
#2036 - Type checking for *args and **kwargs when passing them to another function
Issue -
State: open - Opened by t1m013y 9 months ago
- 10 comments
Labels: topic: feature
#2035 - update results for new pyright version
Pull Request -
State: closed - Opened by JelleZijlstra 9 months ago
- 1 comment
#2034 - Spec for subtypes of type variable constraints too vague
Issue -
State: open - Opened by hurryabit 9 months ago
- 4 comments
#2033 - Make syntax example render as code
Pull Request -
State: closed - Opened by MarcellPerger1 9 months ago
#2033 - Make syntax example render as code
Pull Request -
State: open - Opened by MarcellPerger1 9 months ago
#2032 - Syntax example on 'writing stubs' page isn't formatted as code
Issue -
State: closed - Opened by MarcellPerger1 9 months ago
Labels: topic: documentation
#2027 - spec: Definition of materialization is insufficient
Issue -
State: open - Opened by JelleZijlstra 9 months ago
- 1 comment
Labels: topic: typing spec
#2022 - Removed mandatory enforcement of a dataclass check
Pull Request -
State: closed - Opened by erictraut 10 months ago
#2022 - Removed mandatory enforcement of a dataclass check
Pull Request -
State: closed - Opened by erictraut 10 months ago
#2021 - [spec] overload subtyping rules are too strict.
Issue -
State: open - Opened by randolf-scholz 10 months ago
- 1 comment
Labels: topic: other
#2020 - Indicate in the docs that static typing doesn't work with lambda functions
Issue -
State: open - Opened by Dr-Irv 10 months ago
- 3 comments
Labels: topic: documentation
#2019 - Updated conformance results for mypy 1.16.
Pull Request -
State: closed - Opened by erictraut 10 months ago
#2019 - Updated conformance results for mypy 1.16.
Pull Request -
State: closed - Opened by erictraut 10 months ago
#2017 - conformance: dataclasses_inheritance.py - add missing # E
Pull Request -
State: closed - Opened by KalininDL 10 months ago
- 1 comment
#2017 - conformance: dataclasses_inheritance.py - add missing # E
Pull Request -
State: closed - Opened by KalininDL 10 months ago
- 1 comment
#2016 - (🎁) conformance: check for variance on constrained type variables
Pull Request -
State: closed - Opened by KotlinIsland 10 months ago
- 1 comment
#2016 - (🎁) conformance: check for variance on constrained type variables
Pull Request -
State: closed - Opened by KotlinIsland 10 months ago
- 1 comment
#2015 - (🎁) conformance: `NewType` isn't a class
Pull Request -
State: closed - Opened by KotlinIsland 10 months ago
#2015 - conformance: `Newtype` isn't a class
Pull Request -
State: open - Opened by KotlinIsland 10 months ago
#2013 - spec: various minor changes
Pull Request -
State: closed - Opened by JelleZijlstra 10 months ago
#2013 - spec: various minor changes
Pull Request -
State: closed - Opened by JelleZijlstra 10 months ago
#2011 - Specify that assert_type() uses equivalence
Pull Request -
State: open - Opened by JelleZijlstra 10 months ago
#2010 - Removed support for the pytype type checker
Pull Request -
State: closed - Opened by erictraut 10 months ago