|
About the Typing category
|
|
2
|
1467
|
October 17, 2023
|
|
`__hash__`, `__eq__`, and LSP
|
|
26
|
1430
|
March 17, 2026
|
|
PyCon 2026 Typing Summit: Thu May 14, 1-5pm
|
|
1
|
279
|
March 16, 2026
|
|
Extend type hints to cover exceptions
|
|
56
|
13663
|
March 16, 2026
|
|
Post-"with" binding of a context manager result
|
|
2
|
176
|
March 16, 2026
|
|
Detecting if state is possibly mutated by a function
|
|
2
|
240
|
March 9, 2026
|
|
`Callable` isn't a special form
|
|
4
|
315
|
March 9, 2026
|
|
Parameter specifications should have variance
|
|
0
|
124
|
March 9, 2026
|
|
Spec change: Inference with TypeVarTuple
|
|
7
|
144
|
March 5, 2026
|
|
Suggestion to change `typing.is_typeddict`'s return type to `TypeIs[_TypedDictProtocol]`
|
|
4
|
192
|
March 2, 2026
|
|
Proposal to Improve Support for Other Python Platforms in the Typing Specification
|
|
20
|
888
|
February 21, 2026
|
|
PEP 747: TypeExpr: Type Hint for a Type Expression
|
|
102
|
9119
|
February 19, 2026
|
|
Allow type: ignore Mypy style error codes in conformance tests
|
|
10
|
568
|
February 18, 2026
|
|
[PEP 483] I think that 'being a subtype of' in this PEP are wrong
|
|
4
|
338
|
February 17, 2026
|
|
Static Reflection for Schema Types (FieldKey and FieldType)
|
|
26
|
834
|
February 14, 2026
|
|
Make __replace__ stop interfering with variance inference
|
|
43
|
1811
|
February 11, 2026
|
|
PEP 746: TypedMetadata for type checking of PEP 593 Annotated
|
|
83
|
3607
|
February 10, 2026
|
|
Documenting Use of `abc.abstractmethod` in Non-`ABCMeta` Classes
|
|
4
|
243
|
February 8, 2026
|
|
Proposal: LiteralEnum — runtime literals with static exhaustiveness
|
|
28
|
586
|
February 6, 2026
|
|
Amend PEP 586 to make `enum` values subtypes of `Literal`
|
|
13
|
1569
|
February 5, 2026
|
|
`TypeMap`: Generalizing `overload` semantics
|
|
36
|
1145
|
February 2, 2026
|
|
Spec change: Clarify that `tuple` should not be prohibited as an argument to `type`
|
|
8
|
480
|
January 31, 2026
|
|
When MyType[T] is a generic type alias, MyType[int] is a TypeAliasType structurally but not nominally. Why?
|
|
12
|
448
|
January 24, 2026
|
|
Idea: Simpler and More Expressive Type Annotations
|
|
76
|
3209
|
January 19, 2026
|
|
Disallow access to class variables with Self
|
|
10
|
511
|
January 14, 2026
|
|
Restricting dataclass member types / type alias parametrized by a bounded TypeVar
|
|
3
|
200
|
January 12, 2026
|
|
Type hinting a decorator that adds a base class
|
|
5
|
245
|
January 7, 2026
|
|
PEP Idea: Extend spec of Callable to accept unpacked TypeDicts to specify keyword-only parameters
|
|
49
|
1299
|
January 7, 2026
|
|
Typing custom integer class
|
|
11
|
257
|
January 6, 2026
|
|
What would it take to implement type mapping for generics?
|
|
10
|
759
|
January 6, 2026
|