|
About the Typing category
|
|
2
|
1461
|
October 17, 2023
|
|
Detecting if state is possibly mutated by a function
|
|
2
|
225
|
March 9, 2026
|
|
Extend type hints to cover exceptions
|
|
52
|
13417
|
March 9, 2026
|
|
`Callable` isn't a special form
|
|
4
|
300
|
March 9, 2026
|
|
Parameter specifications should have variance
|
|
0
|
117
|
March 9, 2026
|
|
Spec change: Inference with TypeVarTuple
|
|
7
|
139
|
March 5, 2026
|
|
PyCon 2026 Typing Summit: Thu May 14, 1-5pm
|
|
0
|
110
|
March 2, 2026
|
|
Suggestion to change `typing.is_typeddict`'s return type to `TypeIs[_TypedDictProtocol]`
|
|
4
|
184
|
March 2, 2026
|
|
Proposal to Improve Support for Other Python Platforms in the Typing Specification
|
|
20
|
885
|
February 21, 2026
|
|
PEP 747: TypeExpr: Type Hint for a Type Expression
|
|
102
|
9063
|
February 19, 2026
|
|
Allow type: ignore Mypy style error codes in conformance tests
|
|
10
|
556
|
February 18, 2026
|
|
[PEP 483] I think that 'being a subtype of' in this PEP are wrong
|
|
4
|
337
|
February 17, 2026
|
|
Static Reflection for Schema Types (FieldKey and FieldType)
|
|
26
|
829
|
February 14, 2026
|
|
Make __replace__ stop interfering with variance inference
|
|
43
|
1799
|
February 11, 2026
|
|
PEP 746: TypedMetadata for type checking of PEP 593 Annotated
|
|
83
|
3600
|
February 10, 2026
|
|
Documenting Use of `abc.abstractmethod` in Non-`ABCMeta` Classes
|
|
4
|
242
|
February 8, 2026
|
|
Proposal: LiteralEnum — runtime literals with static exhaustiveness
|
|
28
|
580
|
February 6, 2026
|
|
Amend PEP 586 to make `enum` values subtypes of `Literal`
|
|
13
|
1567
|
February 5, 2026
|
|
`TypeMap`: Generalizing `overload` semantics
|
|
36
|
1130
|
February 2, 2026
|
|
Spec change: Clarify that `tuple` should not be prohibited as an argument to `type`
|
|
8
|
479
|
January 31, 2026
|
|
When MyType[T] is a generic type alias, MyType[int] is a TypeAliasType structurally but not nominally. Why?
|
|
12
|
443
|
January 24, 2026
|
|
Idea: Simpler and More Expressive Type Annotations
|
|
76
|
3182
|
January 19, 2026
|
|
Disallow access to class variables with Self
|
|
10
|
505
|
January 14, 2026
|
|
Restricting dataclass member types / type alias parametrized by a bounded TypeVar
|
|
3
|
197
|
January 12, 2026
|
|
Type hinting a decorator that adds a base class
|
|
5
|
243
|
January 7, 2026
|
|
PEP Idea: Extend spec of Callable to accept unpacked TypeDicts to specify keyword-only parameters
|
|
49
|
1292
|
January 7, 2026
|
|
Typing custom integer class
|
|
11
|
254
|
January 6, 2026
|
|
What would it take to implement type mapping for generics?
|
|
10
|
756
|
January 6, 2026
|
|
Inference of unspecified type parameters as Never
|
|
13
|
457
|
January 5, 2026
|
|
Interaction between special forms and `type[T]`
|
|
0
|
111
|
December 30, 2025
|