About the Typing category
|
|
2
|
1297
|
October 17, 2023
|
Calling a function that expects `T | Sequence[T]`. (typecheckers diverge)
|
|
2
|
114
|
June 2, 2025
|
Custom fixed-size heterogeneous sequence
|
|
2
|
184
|
May 30, 2025
|
Removing `Sequence[str]` as base class of `str`
|
|
42
|
1782
|
May 30, 2025
|
(When) should we assume callable types are method descriptors?
|
|
11
|
409
|
May 28, 2025
|
[Spec] Modifying a `ClassVar` on an instance
|
|
3
|
160
|
May 27, 2025
|
Call for June Typing Meetup topics
|
|
1
|
134
|
May 26, 2025
|
Unbounded tuple unions
|
|
2
|
288
|
May 24, 2025
|
Narrowing types with get_args
|
|
8
|
390
|
May 24, 2025
|
Specify that `assert_type()` checks for equivalence
|
|
13
|
221
|
May 24, 2025
|
Accessing generic attribute on `type[X]`
|
|
4
|
192
|
May 21, 2025
|
User-expression of "all possible specializations of the generic type A"
|
|
20
|
213
|
May 21, 2025
|
Generic type inference from another generic type
|
|
11
|
361
|
May 21, 2025
|
Communicating to static analysis tools that a type is dynamically generated and informing them of how
|
|
3
|
112
|
May 20, 2025
|
Self as TypeVar default
|
|
13
|
380
|
May 20, 2025
|
Typing at PyCon USA 2025
|
|
20
|
851
|
May 20, 2025
|
Removing type checker internals from typeshed
|
|
11
|
475
|
May 17, 2025
|
`@concrete` decorator
|
|
4
|
387
|
May 15, 2025
|
Proposal to Improve Support for Other Python Platforms in the Typing Specification
|
|
4
|
217
|
May 14, 2025
|
PEP483 Complex example with mixed variance
|
|
1
|
137
|
May 13, 2025
|
Differentiating between initialized and uninitialized assignments on class toplevel
|
|
15
|
454
|
May 12, 2025
|
get_origin/get_args(TypeAliasType)
|
|
3
|
1005
|
May 11, 2025
|
Ty: Astral's Type Checker
|
|
2
|
684
|
May 7, 2025
|
Inlined typed dicts and typed dict comprehensions
|
|
9
|
700
|
October 30, 2024
|
Extract kwargs types from a function signature
|
|
14
|
4320
|
December 25, 2024
|
How to tell typecheckers that a function will run with augmented namespace
|
|
9
|
259
|
May 6, 2025
|
Better specification for when the presence of typing.Never should be considered a type system error
|
|
44
|
703
|
May 5, 2025
|
Current blockers on runtime deferal of typing imports
|
|
12
|
644
|
May 4, 2025
|
Statically typed and named structs
|
|
4
|
203
|
May 3, 2025
|
Expanding `ReadOnly` to normal classes & protocols
|
|
81
|
2012
|
April 29, 2025
|