|
About the Typing category
|
|
2
|
1581
|
October 17, 2023
|
|
Looking for draft feedback: Python Typing Survey 2026
|
|
5
|
191
|
July 24, 2026
|
|
Typing Meetup: July 22nd, 2026 10am PDT
|
|
3
|
316
|
July 23, 2026
|
|
Call for Typing Council nominations – July 2026
|
|
6
|
428
|
July 23, 2026
|
|
[withdrawn] A decorator to mark AI-assisted code
|
|
5
|
271
|
July 23, 2026
|
|
Allow abstract classes to be assigned to `type[Proto]`?
|
|
18
|
336
|
July 17, 2026
|
|
Interactions with Never leading to undesirable assignability
|
|
48
|
1550
|
July 16, 2026
|
|
Clarifying the float/int/complex special case
|
|
82
|
5454
|
July 15, 2026
|
|
Allowing specializing a bound, covariant `TypeVar` with a `Protocol` as a limited form of intersection
|
|
5
|
417
|
July 14, 2026
|
|
Conditional imports in stub files
|
|
5
|
1555
|
July 14, 2026
|
|
Proposal: typing.TypeExclude for subtractive/exclusion types
|
|
12
|
438
|
July 6, 2026
|
|
Should type(x) == T result in narrowing? (Is type(x) is T better?)
|
|
3
|
375
|
July 6, 2026
|
|
Implicit narrowing for immutable containers? (`tuple`, `NamedTuple`, frozen dataclass)
|
|
2
|
298
|
July 4, 2026
|
|
Generic function but no `object`
|
|
6
|
246
|
July 3, 2026
|
|
Shorthand syntax for Annotated (Type @ [metadata])
|
|
47
|
2147
|
June 19, 2026
|
|
Proposal: allow extending `warnings.deprecated`
|
|
2
|
169
|
June 18, 2026
|
|
How to annotate the argument type for method `write`?
|
|
2
|
214
|
June 17, 2026
|
|
Spec: `TypedDict` and `isinstance(obj, dict)` narrowing
|
|
27
|
521
|
June 16, 2026
|
|
Introduce a TypedMapping (analog to TypedDict but frozen)
|
|
10
|
1510
|
June 11, 2026
|
|
Using `@deprecated` for all overloads in stubs
|
|
31
|
892
|
June 7, 2026
|
|
Deprecated overloaded property setters
|
|
3
|
272
|
June 5, 2026
|
|
Class `date` is unsafe in typed Python
|
|
0
|
288
|
May 31, 2026
|
|
PyCon 2026 Typing Summit: Thu May 14, 1-5pm
|
|
9
|
1013
|
May 30, 2026
|
|
Should it be possible to model weak referencability?
|
|
4
|
248
|
May 28, 2026
|
|
PEP 661 (sentinels) in the typing spec
|
|
6
|
693
|
May 25, 2026
|
|
Would a reduced form of intersection types get into the spec faster?
|
|
28
|
779
|
May 25, 2026
|
|
Adding a `typing.evaluate_type()` function
|
|
4
|
429
|
May 24, 2026
|
|
Is `Concatenate` really needed?
|
|
8
|
436
|
May 22, 2026
|
|
Reinstantiating a generic class with a different specialization
|
|
31
|
964
|
May 21, 2026
|
|
TypeVar that can be any enum
|
|
7
|
303
|
May 14, 2026
|