|
About the Typing category
|
|
2
|
1553
|
October 17, 2023
|
|
Spec: `TypedDict` and `isinstance(obj, dict)` narrowing
|
|
20
|
273
|
June 15, 2026
|
|
Introduce a TypedMapping (analog to TypedDict but frozen)
|
|
10
|
1456
|
June 11, 2026
|
|
Using `@deprecated` for all overloads in stubs
|
|
31
|
787
|
June 7, 2026
|
|
Deprecated overloaded property setters
|
|
3
|
249
|
June 5, 2026
|
|
Class `date` is unsafe in typed Python
|
|
0
|
259
|
May 31, 2026
|
|
Interactions with Never leading to undesirable assignability
|
|
44
|
1322
|
May 31, 2026
|
|
PyCon 2026 Typing Summit: Thu May 14, 1-5pm
|
|
9
|
966
|
May 30, 2026
|
|
Should it be possible to model weak referencability?
|
|
4
|
232
|
May 28, 2026
|
|
PEP 661 (sentinels) in the typing spec
|
|
6
|
654
|
May 25, 2026
|
|
Would a reduced form of intersection types get into the spec faster?
|
|
28
|
732
|
May 25, 2026
|
|
Adding a `typing.evaluate_type()` function
|
|
4
|
401
|
May 24, 2026
|
|
Is `Concatenate` really needed?
|
|
8
|
392
|
May 22, 2026
|
|
Reinstantiating a generic class with a different specialization
|
|
31
|
876
|
May 21, 2026
|
|
Allowing specializing a bound, covariant `TypeVar` with a `Protocol` as a limited form of intersection
|
|
3
|
302
|
May 18, 2026
|
|
TypeVar that can be any enum
|
|
7
|
268
|
May 14, 2026
|
|
Self as TypeVar default
|
|
16
|
1022
|
May 13, 2026
|
|
Shorthand syntax for Annotated (Type @ [metadata])
|
|
45
|
1509
|
May 11, 2026
|
|
Associated types
|
|
5
|
792
|
May 7, 2026
|
|
Enhance ergonomics of creating `Literal` variables
|
|
5
|
354
|
May 6, 2026
|
|
Proposal: `typing.no_discard`, a decorator to indicate that the return value should not be discarded
|
|
53
|
4989
|
May 5, 2026
|
|
AbstractType (take 2) or allowing TypeForm to be used in isinstance
|
|
10
|
376
|
May 5, 2026
|
|
Subclassing generics with type parameter as default is ambiguous at runtime
|
|
1
|
246
|
May 1, 2026
|
|
Spec change: ambiguous arguments in overload call evaluation
|
|
7
|
558
|
April 30, 2026
|
|
How to declare AnyStr using new type syntax?
|
|
2
|
246
|
April 30, 2026
|
|
Amending 3rd party library type annotations
|
|
12
|
512
|
April 29, 2026
|
|
Parameter specification and type variable tuple should support bounds
|
|
5
|
269
|
April 23, 2026
|
|
Parameter specifications should have variance
|
|
6
|
527
|
April 23, 2026
|
|
Clarifying that type checkers should not emit diagnostics in `if not TYPE_CHECKING`
|
|
9
|
452
|
April 23, 2026
|
|
Call for Typing Council nominations – March 2026
|
|
6
|
991
|
April 9, 2026
|