About the Typing category
|
|
2
|
395
|
October 17, 2023
|
Class-scoped `type` statement that references outer-scoped `TypeVar`
|
|
5
|
79
|
December 1, 2023
|
Identity type alias
|
|
12
|
184
|
December 1, 2023
|
What are the subtyping rules for tuple[T, ...]?
|
|
40
|
306
|
November 30, 2023
|
Signed values in Literal[] type
|
|
3
|
125
|
November 29, 2023
|
Proposed initial typing spec
|
|
17
|
790
|
November 29, 2023
|
Should __post_init__ be exempt from the LSP?
|
|
4
|
295
|
November 29, 2023
|
Inconsistencies between `Type` and `type`
|
|
11
|
1003
|
November 26, 2023
|
Python 4 should have mandatory static typing
|
|
9
|
480
|
November 25, 2023
|
Proposal: Add a "true union" / merge / join / intersection type annotation
|
|
2
|
213
|
November 23, 2023
|
Allow keyword-only parameters with ParamSpec
|
|
4
|
162
|
November 22, 2023
|
Make type hints for `__eq__` of primitives less strict
|
|
10
|
734
|
November 21, 2023
|
Whether private members should affect PEP 695's type-var variance
|
|
47
|
495
|
November 21, 2023
|
PEP 647's invariant rules
|
|
2
|
167
|
November 14, 2023
|
Runtime access to type parameters
|
|
11
|
897
|
November 5, 2023
|
PEP 705 - TypedDict: Read-only and other keys
|
|
15
|
1234
|
November 4, 2023
|
Changing the type of a name after first usage
|
|
22
|
605
|
November 3, 2023
|
Dealing with forward refs at runtime
|
|
4
|
308
|
October 31, 2023
|
Non-uniqueness of TypeVar on Python versions <3.12 causes resolution issues
|
|
2
|
370
|
October 28, 2023
|
A more useful and less divisive future for typing?
|
|
90
|
4104
|
October 24, 2023
|
Resources for diving into the internals of Python type checkers?
|
|
2
|
313
|
October 23, 2023
|
A canonical "isinstance" implementation for typing types?
|
|
9
|
1556
|
October 17, 2023
|
Some improvements to function overloads
|
|
2
|
449
|
October 15, 2023
|
Proposed new typing governance process
|
|
35
|
3216
|
October 4, 2023
|
Brainstorming: pick types
|
|
12
|
785
|
October 4, 2023
|
Function that creates types compatible with static type checking
|
|
20
|
628
|
September 30, 2023
|
Is there any tool that can report "type coverage" of a project?
|
|
2
|
281
|
September 29, 2023
|
Proposal: `@typing.decorator_transform` to annotate a decorator as having a specific behavior
|
|
3
|
527
|
September 28, 2023
|
Should some of the typeshed internal protocols become part of the stdlib?
|
|
13
|
751
|
September 28, 2023
|
Extract kwargs types from a function signature
|
|
8
|
621
|
September 27, 2023
|