About the Typing category
|
|
2
|
1275
|
October 17, 2023
|
Self as TypeVar default
|
|
6
|
140
|
May 7, 2025
|
How to tell typecheckers that a function will run with augmented namespace
|
|
9
|
223
|
May 6, 2025
|
Better specification for when the presence of typing.Never should be considered a type system error
|
|
44
|
664
|
May 5, 2025
|
Current blockers on runtime deferal of typing imports
|
|
12
|
622
|
May 4, 2025
|
Statically typed and named structs
|
|
4
|
184
|
May 3, 2025
|
Expanding `ReadOnly` to normal classes & protocols
|
|
81
|
1960
|
April 29, 2025
|
What would it take to implement type mapping for generics?
|
|
6
|
460
|
April 27, 2025
|
Indexing TypedDict with a non-literal variable
|
|
13
|
373
|
April 26, 2025
|
Dataclass_transform: add inherit_defaults option
|
|
11
|
226
|
April 26, 2025
|
Type inference for function return types
|
|
31
|
5300
|
April 26, 2025
|
TypedDict operations with unknown literal keys
|
|
1
|
91
|
April 25, 2025
|
Typing spec gap about properties in Protocols
|
|
16
|
500
|
April 25, 2025
|
Challenges of Static Typing for Curried Functions in Python
|
|
4
|
216
|
April 24, 2025
|
Structural Pattern Matching for Types
|
|
5
|
558
|
April 15, 2025
|
Issubclass doesn't like type unions as argument 1
|
|
5
|
194
|
April 19, 2025
|
Adding NamedTuple member/naming rules to the typing spec
|
|
0
|
97
|
April 19, 2025
|
PyCon US 2025 Typing Summit: agenda is set
|
|
0
|
173
|
April 15, 2025
|
Template literal types
|
|
0
|
148
|
April 15, 2025
|
`@dataclass_transform` assumes `__dataclass_fields__` exists
|
|
0
|
108
|
April 11, 2025
|
Typing Spec inconsistency for unpacking typed dict kwargs
|
|
2
|
218
|
April 13, 2025
|
Removing type checker internals from typeshed
|
|
0
|
135
|
April 11, 2025
|
Inlined typed dicts and typed dict comprehensions
|
|
10
|
639
|
April 10, 2025
|
Extract kwargs types from a function signature
|
|
15
|
4157
|
April 10, 2025
|
Idea: `ReturnType` to refer to function's return type
|
|
0
|
126
|
April 10, 2025
|
Bare `ClassVar` annotation
|
|
10
|
443
|
April 9, 2025
|
The structural type of typing.Callable
|
|
14
|
1773
|
April 5, 2025
|
Unsoundness of contravariant `Self` type
|
|
11
|
640
|
April 1, 2025
|
Proposal: Allow Typevartuple unpacking in unions
|
|
4
|
1219
|
April 1, 2025
|
Report unnecessary (always True) assertions
|
|
27
|
518
|
March 30, 2025
|