|
About the Typing category
|
|
2
|
1546
|
October 17, 2023
|
|
Using `@deprecated` for all overloads in stubs
|
|
31
|
665
|
June 7, 2026
|
|
Deprecated overloaded property setters
|
|
3
|
212
|
June 5, 2026
|
|
Class `date` is unsafe in typed Python
|
|
0
|
224
|
May 31, 2026
|
|
Interactions with Never leading to undesirable assignability
|
|
44
|
1269
|
May 31, 2026
|
|
PyCon 2026 Typing Summit: Thu May 14, 1-5pm
|
|
9
|
936
|
May 30, 2026
|
|
Should it be possible to model weak referencability?
|
|
4
|
215
|
May 28, 2026
|
|
PEP 661 (sentinels) in the typing spec
|
|
6
|
643
|
May 25, 2026
|
|
Would a reduced form of intersection types get into the spec faster?
|
|
28
|
667
|
May 25, 2026
|
|
Adding a `typing.evaluate_type()` function
|
|
4
|
387
|
May 24, 2026
|
|
Is `Concatenate` really needed?
|
|
8
|
359
|
May 22, 2026
|
|
Reinstantiating a generic class with a different specialization
|
|
31
|
758
|
May 21, 2026
|
|
Allowing specializing a bound, covariant `TypeVar` with a `Protocol` as a limited form of intersection
|
|
3
|
267
|
May 18, 2026
|
|
TypeVar that can be any enum
|
|
7
|
247
|
May 14, 2026
|
|
Self as TypeVar default
|
|
16
|
1010
|
May 13, 2026
|
|
Shorthand syntax for Annotated (Type @ [metadata])
|
|
45
|
1415
|
May 11, 2026
|
|
Associated types
|
|
5
|
757
|
May 7, 2026
|
|
Enhance ergonomics of creating `Literal` variables
|
|
5
|
338
|
May 6, 2026
|
|
Proposal: `typing.no_discard`, a decorator to indicate that the return value should not be discarded
|
|
53
|
4914
|
May 5, 2026
|
|
AbstractType (take 2) or allowing TypeForm to be used in isinstance
|
|
10
|
354
|
May 5, 2026
|
|
Subclassing generics with type parameter as default is ambiguous at runtime
|
|
1
|
235
|
May 1, 2026
|
|
Spec change: ambiguous arguments in overload call evaluation
|
|
7
|
538
|
April 30, 2026
|
|
How to declare AnyStr using new type syntax?
|
|
2
|
230
|
April 30, 2026
|
|
Amending 3rd party library type annotations
|
|
12
|
469
|
April 29, 2026
|
|
Parameter specification and type variable tuple should support bounds
|
|
5
|
259
|
April 23, 2026
|
|
Parameter specifications should have variance
|
|
6
|
507
|
April 23, 2026
|
|
Clarifying that type checkers should not emit diagnostics in `if not TYPE_CHECKING`
|
|
9
|
430
|
April 23, 2026
|
|
Call for Typing Council nominations – March 2026
|
|
6
|
964
|
April 9, 2026
|
|
Introduce a `typing.NoBound`
|
|
1
|
262
|
April 9, 2026
|
|
`cls: type[T]` and `super()`
|
|
2
|
236
|
April 8, 2026
|