|
PEP 661 (sentinels) in the typing spec
|
|
5
|
468
|
May 4, 2026
|
|
Subclassing generics with type parameter as default is ambiguous at runtime
|
|
1
|
195
|
May 1, 2026
|
|
Parameter specification and type variable tuple should support bounds
|
|
5
|
208
|
April 23, 2026
|
|
Parameter specifications should have variance
|
|
6
|
481
|
April 23, 2026
|
|
`Callable` isn't a special form
|
|
4
|
410
|
March 9, 2026
|
|
PEP Idea: Extend spec of Callable to accept unpacked TypeDicts to specify keyword-only parameters
|
|
49
|
1583
|
January 7, 2026
|
|
Should Protocols with empty __slots__ count as Data Protocols?
|
|
5
|
393
|
November 20, 2025
|
|
Clarifying the float/int/complex special case
|
|
80
|
4835
|
October 17, 2025
|
|
Unsoundness of contravariant `Self` type
|
|
28
|
1644
|
September 15, 2025
|
|
Should structural subtyping consider `__getattr__`?
|
|
3
|
361
|
March 19, 2025
|
|
Clarifications to the typing spec regarding `type[]`
|
|
13
|
1045
|
February 1, 2025
|
|
Interoperability issue with module level inline annotations
|
|
21
|
588
|
December 4, 2024
|
|
Clarifying the rules for subclassing generic classes
|
|
3
|
2700
|
November 27, 2024
|
|
Specs clarification: `type[A | B]` is equivalent/the same as `type[A] | type[B]`
|
|
30
|
1047
|
September 17, 2024
|
|
Merging the "Type Stubs" doc into the rest of the typing documentation
|
|
2
|
302
|
August 22, 2024
|
|
Ambiguities about Positional-only Parameters
|
|
28
|
2540
|
July 12, 2024
|
|
Should `type(x)` perform type erasure for generics?
|
|
6
|
449
|
July 8, 2024
|
|
Formalizing core definitions in the typing spec
|
|
1
|
461
|
June 18, 2024
|
|
PEP 561’s module resolution order seems incorrect
|
|
13
|
705
|
June 18, 2024
|
|
Draft of typing spec chapter for enums
|
|
30
|
2097
|
June 3, 2024
|
|
Expanded typing spec chapter for callables
|
|
7
|
898
|
May 5, 2024
|
|
Draft of typing spec chapter for exceptions
|
|
1
|
345
|
April 22, 2024
|
|
Procedure for changing the spec
|
|
2
|
699
|
April 20, 2024
|
|
Basic terminology for types and type forms
|
|
52
|
2283
|
April 15, 2024
|
|
Draft typing spec chapter for constructors
|
|
25
|
1131
|
April 11, 2024
|
|
Subtyping rules for `...` in callable types
|
|
17
|
2742
|
April 3, 2024
|
|
Is `Annotated` compatible with `type[T]`?
|
|
46
|
5368
|
March 4, 2024
|
|
Possible modification to ClassVar
|
|
33
|
2013
|
March 1, 2024
|
|
Compatibility between TypeGuard and bool
|
|
4
|
679
|
February 29, 2024
|
|
Typing spec: The @typing.type_check_only decorator
|
|
1
|
680
|
February 12, 2024
|