|
What would it take to implement type mapping for generics?
|
|
10
|
759
|
January 6, 2026
|
|
Inference of unspecified type parameters as Never
|
|
13
|
462
|
January 5, 2026
|
|
Interaction between special forms and `type[T]`
|
|
0
|
112
|
December 30, 2025
|
|
Annotation string references in class scope in conformance tests
|
|
4
|
226
|
December 29, 2025
|
|
Add type hints to tkinter standard library module
|
|
8
|
245
|
December 29, 2025
|
|
Associated types
|
|
3
|
356
|
December 28, 2025
|
|
Allow adding specific, named keyword arguments to ParamSpec, possibly in scope of comprehensive improvements to ParamSpec expressiveness
|
|
6
|
472
|
December 23, 2025
|
|
Adding a Proxy type to typing/typing_extensions
|
|
17
|
1679
|
December 22, 2025
|
|
Introduce a way to annotate the class Any itself
|
|
9
|
378
|
December 15, 2025
|
|
Add `AbstractType` to the typing module
|
|
15
|
4809
|
December 11, 2025
|
|
Improve support for infinite and recursive types
|
|
8
|
306
|
December 8, 2025
|
|
December 3 Typing Meetup (+ call for topics)
|
|
1
|
231
|
December 3, 2025
|
|
Kwargs-only ParamSpec
|
|
2
|
349
|
November 26, 2025
|
|
Should Protocols with empty __slots__ count as Data Protocols?
|
|
5
|
341
|
November 20, 2025
|
|
Proposal: `typing.no_discard`, a decorator to indicate that the return value should not be discarded
|
|
47
|
4279
|
November 18, 2025
|
|
Constrained type vars with `Any` default
|
|
11
|
338
|
November 11, 2025
|
|
Inlined typed dicts and typed dict comprehensions
|
|
16
|
1360
|
November 10, 2025
|
|
Run-time behaviour of `TypeAliasType
|
|
87
|
5131
|
November 5, 2025
|
|
Proposal: `PrivateSet[T]` — a type hint for externally read-only, internally writable fields
|
|
45
|
1169
|
November 5, 2025
|
|
Why do type checkers not warn when incorrect variance is used?
|
|
3
|
280
|
November 1, 2025
|
|
PEP 677 with an easier-to-parse and more expressive syntax
|
|
32
|
1761
|
October 28, 2025
|
|
Should `ParamSpec.args` be allowed inside `Unpack`?
|
|
5
|
325
|
October 28, 2025
|
|
Clarifying runtime usage of `TypeAlias`es
|
|
3
|
219
|
October 21, 2025
|
|
Is there a way to get TypedDict-level type safety on a dict subclass?
|
|
5
|
250
|
October 18, 2025
|
|
Clarifying the float/int/complex special case
|
|
80
|
4415
|
October 17, 2025
|
|
Specify that `assert_type()` checks for equivalence
|
|
16
|
459
|
October 14, 2025
|
|
Adding NamedTuple member/naming rules to the typing spec
|
|
1
|
211
|
October 14, 2025
|
|
Type aliases don't work with `isinstance`
|
|
13
|
956
|
October 14, 2025
|
|
How to get a type check error on `__bool__`
|
|
21
|
865
|
October 10, 2025
|
|
Call For Suggestions: Nominate Python Packages for Typing Improvements
|
|
14
|
1575
|
October 6, 2025
|