About the Typing category
|
|
2
|
1318
|
October 17, 2023
|
Options for a long term fix of the special case for float/int/complex
|
|
159
|
2506
|
July 7, 2025
|
PEP 747: TypeExpr: Type Hint for a Type Expression
|
|
75
|
5043
|
July 6, 2025
|
PEP Idea: Extend spec of Callable to accept unpacked TypeDicts to specify keyword-only parameters
|
|
48
|
763
|
July 4, 2025
|
Detecting Platform Specific Dependency issues
|
|
2
|
112
|
July 4, 2025
|
Collecting examples of unsoundness
|
|
6
|
258
|
July 3, 2025
|
How do I type subclasses that require private types?
|
|
6
|
282
|
July 1, 2025
|
Clarifying the float/int/complex special case
|
|
63
|
2644
|
June 30, 2025
|
Specify that `assert_type()` checks for equivalence
|
|
15
|
301
|
June 29, 2025
|
Run-time behaviour of `TypeAliasType
|
|
84
|
3843
|
June 26, 2025
|
Should literal tuple membership test narrow the type?
|
|
6
|
164
|
June 24, 2025
|
How can classes whose instances implement protocols be described?
|
|
3
|
165
|
June 23, 2025
|
(When) should we assume callable types are method descriptors?
|
|
18
|
834
|
June 21, 2025
|
Typing Untyped Third-Party Dependencies in My Project
|
|
3
|
168
|
June 21, 2025
|
Make __replace__ stop interfering with variance inference
|
|
15
|
273
|
June 20, 2025
|
Specifying invalid signatures in overloads
|
|
15
|
471
|
June 19, 2025
|
Typing a decorator factory
|
|
4
|
207
|
June 18, 2025
|
Finding "implicit" type aliases
|
|
2
|
141
|
June 18, 2025
|
Pragmatic type checker defaults for untyped decorators
|
|
11
|
361
|
June 17, 2025
|
Types retrieved from attributes
|
|
1
|
135
|
June 16, 2025
|
Call For Suggestions: Nominate Python Packages for Typing Improvements
|
|
13
|
1161
|
June 16, 2025
|
Specs clarification: `TypeIs` works with all types, structural or nominal
|
|
4
|
235
|
June 14, 2025
|
Language hints for PEP 750 template strings
|
|
15
|
589
|
June 10, 2025
|
How do I tell the typechecker that my class is frozen?
|
|
10
|
349
|
June 9, 2025
|
Amend PEP 586 to make `enum` values subtypes of `Literal`
|
|
5
|
598
|
June 6, 2025
|
Custom fixed-size heterogeneous sequence
|
|
10
|
376
|
June 5, 2025
|
Calling a function that expects `T | Sequence[T]`. (typecheckers diverge)
|
|
2
|
185
|
June 2, 2025
|
Removing `Sequence[str]` as base class of `str`
|
|
42
|
1850
|
May 30, 2025
|
[Spec] Modifying a `ClassVar` on an instance
|
|
3
|
181
|
May 27, 2025
|
Call for June Typing Meetup topics
|
|
1
|
145
|
May 26, 2025
|