|
About the Typing category
|
|
2
|
1479
|
October 17, 2023
|
|
Infer dictionary literals as TypedDict
|
|
3
|
144
|
April 4, 2026
|
|
Can we have a more truthful typeshed annotation for `dataclasses.field`?
|
|
4
|
139
|
April 3, 2026
|
|
Self as TypeVar default
|
|
14
|
683
|
April 1, 2026
|
|
Call for Typing Council nominations – March 2026
|
|
5
|
654
|
March 31, 2026
|
|
Spec change: Inference with TypeVarTuple
|
|
8
|
251
|
March 30, 2026
|
|
Detecting if state is possibly mutated by a function
|
|
3
|
368
|
March 22, 2026
|
|
`__hash__`, `__eq__`, and LSP
|
|
26
|
1549
|
March 17, 2026
|
|
PyCon 2026 Typing Summit: Thu May 14, 1-5pm
|
|
1
|
369
|
March 16, 2026
|
|
Extend type hints to cover exceptions
|
|
56
|
13821
|
March 16, 2026
|
|
Post-"with" binding of a context manager result
|
|
2
|
210
|
March 16, 2026
|
|
`Callable` isn't a special form
|
|
4
|
346
|
March 9, 2026
|
|
Parameter specifications should have variance
|
|
0
|
151
|
March 9, 2026
|
|
Suggestion to change `typing.is_typeddict`'s return type to `TypeIs[_TypedDictProtocol]`
|
|
4
|
209
|
March 2, 2026
|
|
Proposal to Improve Support for Other Python Platforms in the Typing Specification
|
|
20
|
937
|
February 21, 2026
|
|
PEP 747: TypeExpr: Type Hint for a Type Expression
|
|
102
|
9352
|
February 19, 2026
|
|
Allow type: ignore Mypy style error codes in conformance tests
|
|
10
|
625
|
February 18, 2026
|
|
[PEP 483] I think that 'being a subtype of' in this PEP are wrong
|
|
4
|
349
|
February 17, 2026
|
|
Static Reflection for Schema Types (FieldKey and FieldType)
|
|
26
|
876
|
February 14, 2026
|
|
Make __replace__ stop interfering with variance inference
|
|
43
|
1897
|
February 11, 2026
|
|
PEP 746: TypedMetadata for type checking of PEP 593 Annotated
|
|
83
|
3760
|
February 10, 2026
|
|
Documenting Use of `abc.abstractmethod` in Non-`ABCMeta` Classes
|
|
4
|
258
|
February 8, 2026
|
|
Proposal: LiteralEnum — runtime literals with static exhaustiveness
|
|
28
|
643
|
February 6, 2026
|
|
Amend PEP 586 to make `enum` values subtypes of `Literal`
|
|
13
|
1610
|
February 5, 2026
|
|
`TypeMap`: Generalizing `overload` semantics
|
|
36
|
1220
|
February 2, 2026
|
|
Spec change: Clarify that `tuple` should not be prohibited as an argument to `type`
|
|
8
|
501
|
January 31, 2026
|
|
When MyType[T] is a generic type alias, MyType[int] is a TypeAliasType structurally but not nominally. Why?
|
|
12
|
475
|
January 24, 2026
|
|
Idea: Simpler and More Expressive Type Annotations
|
|
76
|
3381
|
January 19, 2026
|
|
Disallow access to class variables with Self
|
|
10
|
533
|
January 14, 2026
|
|
Restricting dataclass member types / type alias parametrized by a bounded TypeVar
|
|
3
|
214
|
January 12, 2026
|