About the Typing category
|
|
2
|
1344
|
October 17, 2023
|
Amend PEP 586 to make `enum` values subtypes of `Literal`
|
|
7
|
760
|
August 8, 2025
|
Inferred type of function that calls dunder (`abs/__abs__`)
|
|
7
|
205
|
August 7, 2025
|
PEP 747: TypeExpr: Type Hint for a Type Expression
|
|
85
|
5766
|
August 5, 2025
|
Interactions with Never leading to undesirable assignability
|
|
43
|
614
|
August 5, 2025
|
"Solid bases" for detecting incompatible base classes
|
|
22
|
708
|
August 5, 2025
|
Finding "implicit" type aliases
|
|
3
|
211
|
August 4, 2025
|
PEP 677 with an easier-to-parse and more expressive syntax
|
|
16
|
733
|
August 4, 2025
|
Proposal: Allow module-level Final[Type[T]] variables as type aliases
|
|
5
|
212
|
July 31, 2025
|
Adding a `typing.evaluate_type()` function
|
|
3
|
166
|
July 31, 2025
|
Extract kwargs types from a function signature
|
|
18
|
4856
|
July 24, 2025
|
How do I hint a function that returns a union of types
|
|
15
|
302
|
July 24, 2025
|
Idea: `ReturnType` to refer to function's return type
|
|
16
|
556
|
July 24, 2025
|
Generic value for interpolations of templates
|
|
5
|
115
|
July 23, 2025
|
Type imports, with runtime support
|
|
4
|
183
|
July 23, 2025
|
Typing a protocol with internal enum class
|
|
2
|
215
|
July 23, 2025
|
Draft PEP: Matching Union Types
|
|
8
|
287
|
July 22, 2025
|
What would it take to implement type mapping for generics?
|
|
7
|
570
|
July 19, 2025
|
Clarifying the float/int/complex special case
|
|
79
|
3200
|
July 17, 2025
|
Collecting examples of unsoundness
|
|
17
|
783
|
July 10, 2025
|
(When) should we assume callable types are method descriptors?
|
|
19
|
1009
|
July 10, 2025
|
Options for a long term fix of the special case for float/int/complex
|
|
167
|
2811
|
July 8, 2025
|
PEP Idea: Extend spec of Callable to accept unpacked TypeDicts to specify keyword-only parameters
|
|
48
|
887
|
July 4, 2025
|
Detecting Platform Specific Dependency issues
|
|
2
|
130
|
July 4, 2025
|
How do I type subclasses that require private types?
|
|
6
|
294
|
July 1, 2025
|
Specify that `assert_type()` checks for equivalence
|
|
15
|
311
|
June 29, 2025
|
Run-time behaviour of `TypeAliasType
|
|
84
|
3994
|
June 26, 2025
|
Should literal tuple membership test narrow the type?
|
|
6
|
176
|
June 24, 2025
|
How can classes whose instances implement protocols be described?
|
|
3
|
179
|
June 23, 2025
|
Typing Untyped Third-Party Dependencies in My Project
|
|
3
|
194
|
June 21, 2025
|