|
About the Typing category
|
|
2
|
1556
|
October 17, 2023
|
|
Shorthand syntax for Annotated (Type @ [metadata])
|
|
56
|
1822
|
June 19, 2026
|
|
Proposal: allow extending `warnings.deprecated`
|
|
2
|
103
|
June 18, 2026
|
|
Should type(x) == T result in narrowing? (Is type(x) is T better?)
|
|
2
|
195
|
June 17, 2026
|
|
How to annotate the argument type for method `write`?
|
|
2
|
153
|
June 17, 2026
|
|
Spec: `TypedDict` and `isinstance(obj, dict)` narrowing
|
|
27
|
416
|
June 16, 2026
|
|
Introduce a TypedMapping (analog to TypedDict but frozen)
|
|
10
|
1468
|
June 11, 2026
|
|
Using `@deprecated` for all overloads in stubs
|
|
31
|
814
|
June 7, 2026
|
|
Deprecated overloaded property setters
|
|
3
|
259
|
June 5, 2026
|
|
Class `date` is unsafe in typed Python
|
|
0
|
265
|
May 31, 2026
|
|
Interactions with Never leading to undesirable assignability
|
|
44
|
1337
|
May 31, 2026
|
|
PyCon 2026 Typing Summit: Thu May 14, 1-5pm
|
|
9
|
982
|
May 30, 2026
|
|
Should it be possible to model weak referencability?
|
|
4
|
235
|
May 28, 2026
|
|
PEP 661 (sentinels) in the typing spec
|
|
6
|
658
|
May 25, 2026
|
|
Would a reduced form of intersection types get into the spec faster?
|
|
28
|
741
|
May 25, 2026
|
|
Adding a `typing.evaluate_type()` function
|
|
4
|
409
|
May 24, 2026
|
|
Is `Concatenate` really needed?
|
|
8
|
398
|
May 22, 2026
|
|
Reinstantiating a generic class with a different specialization
|
|
31
|
900
|
May 21, 2026
|
|
Allowing specializing a bound, covariant `TypeVar` with a `Protocol` as a limited form of intersection
|
|
3
|
307
|
May 18, 2026
|
|
TypeVar that can be any enum
|
|
7
|
272
|
May 14, 2026
|
|
Self as TypeVar default
|
|
16
|
1028
|
May 13, 2026
|
|
Associated types
|
|
5
|
796
|
May 7, 2026
|
|
Enhance ergonomics of creating `Literal` variables
|
|
5
|
359
|
May 6, 2026
|
|
Proposal: `typing.no_discard`, a decorator to indicate that the return value should not be discarded
|
|
53
|
5010
|
May 5, 2026
|
|
AbstractType (take 2) or allowing TypeForm to be used in isinstance
|
|
10
|
388
|
May 5, 2026
|
|
Subclassing generics with type parameter as default is ambiguous at runtime
|
|
1
|
247
|
May 1, 2026
|
|
Spec change: ambiguous arguments in overload call evaluation
|
|
7
|
567
|
April 30, 2026
|
|
How to declare AnyStr using new type syntax?
|
|
2
|
247
|
April 30, 2026
|
|
Amending 3rd party library type annotations
|
|
12
|
514
|
April 29, 2026
|
|
Parameter specification and type variable tuple should support bounds
|
|
5
|
270
|
April 23, 2026
|