About the Typing category
|
|
2
|
1324
|
October 17, 2023
|
Clarifying the float/int/complex special case
|
|
79
|
3052
|
July 17, 2025
|
Idea: `ReturnType` to refer to function's return type
|
|
3
|
232
|
July 17, 2025
|
PEP 677 with an easier-to-parse and more expressive syntax
|
|
5
|
330
|
July 12, 2025
|
Collecting examples of unsoundness
|
|
17
|
719
|
July 10, 2025
|
(When) should we assume callable types are method descriptors?
|
|
19
|
955
|
July 10, 2025
|
Options for a long term fix of the special case for float/int/complex
|
|
167
|
2763
|
July 8, 2025
|
PEP 747: TypeExpr: Type Hint for a Type Expression
|
|
75
|
5150
|
July 6, 2025
|
PEP Idea: Extend spec of Callable to accept unpacked TypeDicts to specify keyword-only parameters
|
|
48
|
840
|
July 4, 2025
|
Detecting Platform Specific Dependency issues
|
|
2
|
127
|
July 4, 2025
|
How do I type subclasses that require private types?
|
|
6
|
287
|
July 1, 2025
|
Specify that `assert_type()` checks for equivalence
|
|
15
|
306
|
June 29, 2025
|
Run-time behaviour of `TypeAliasType
|
|
84
|
3892
|
June 26, 2025
|
Should literal tuple membership test narrow the type?
|
|
6
|
167
|
June 24, 2025
|
How can classes whose instances implement protocols be described?
|
|
3
|
170
|
June 23, 2025
|
Typing Untyped Third-Party Dependencies in My Project
|
|
3
|
181
|
June 21, 2025
|
Make __replace__ stop interfering with variance inference
|
|
15
|
279
|
June 20, 2025
|
Specifying invalid signatures in overloads
|
|
15
|
474
|
June 19, 2025
|
Typing a decorator factory
|
|
4
|
216
|
June 18, 2025
|
Finding "implicit" type aliases
|
|
2
|
143
|
June 18, 2025
|
Pragmatic type checker defaults for untyped decorators
|
|
11
|
371
|
June 17, 2025
|
Types retrieved from attributes
|
|
1
|
141
|
June 16, 2025
|
Call For Suggestions: Nominate Python Packages for Typing Improvements
|
|
13
|
1175
|
June 16, 2025
|
Specs clarification: `TypeIs` works with all types, structural or nominal
|
|
4
|
237
|
June 14, 2025
|
Language hints for PEP 750 template strings
|
|
15
|
593
|
June 10, 2025
|
How do I tell the typechecker that my class is frozen?
|
|
10
|
354
|
June 9, 2025
|
Amend PEP 586 to make `enum` values subtypes of `Literal`
|
|
5
|
607
|
June 6, 2025
|
Custom fixed-size heterogeneous sequence
|
|
10
|
379
|
June 5, 2025
|
Calling a function that expects `T | Sequence[T]`. (typecheckers diverge)
|
|
2
|
189
|
June 2, 2025
|
Removing `Sequence[str]` as base class of `str`
|
|
42
|
1856
|
May 30, 2025
|