|
About the Typing category
|
|
2
|
1382
|
October 17, 2023
|
|
How to get a type check error on `__bool__`
|
|
21
|
729
|
October 10, 2025
|
|
Proposal: `PrivateSet[T]` — a type hint for externally read-only, internally writable fields
|
|
20
|
414
|
October 9, 2025
|
|
Call For Suggestions: Nominate Python Packages for Typing Improvements
|
|
14
|
1355
|
October 6, 2025
|
|
Type imports, with runtime support
|
|
5
|
290
|
October 6, 2025
|
|
2025 Python Type System and Tooling Survey is out!
|
|
5
|
379
|
October 3, 2025
|
|
Generic NewType?
|
|
3
|
628
|
September 30, 2025
|
|
Proposal: `typing.no_discard`, a decorator to indicate that the return value should not be discarded
|
|
41
|
3443
|
September 30, 2025
|
|
Why does FunctionType.__get__ return FunctionType rather than MethodType when bound to a class?
|
|
7
|
196
|
September 26, 2025
|
|
Make __replace__ stop interfering with variance inference
|
|
20
|
690
|
September 22, 2025
|
|
Typing issue when using `SupportsRichComparisonT`
|
|
5
|
187
|
September 20, 2025
|
|
PEP 747: TypeExpr: Type Hint for a Type Expression
|
|
87
|
6379
|
September 19, 2025
|
|
Unsoundness of contravariant `Self` type
|
|
28
|
1307
|
September 15, 2025
|
|
Union of invariant types
|
|
22
|
453
|
September 12, 2025
|
|
Deprecate function arguments
|
|
5
|
322
|
September 11, 2025
|
|
Formalize typing support for dynamic class change
|
|
13
|
401
|
September 11, 2025
|
|
PEP 677 with an easier-to-parse and more expressive syntax
|
|
25
|
1201
|
September 9, 2025
|
|
Type checking only typed input
|
|
32
|
679
|
September 8, 2025
|
|
Adding a Proxy type to typing/typing_extensions
|
|
16
|
1271
|
September 7, 2025
|
|
Inlined typed dicts and typed dict comprehensions
|
|
15
|
937
|
August 31, 2025
|
|
get_origin/get_args(TypeAliasType)
|
|
4
|
1436
|
August 31, 2025
|
|
Functions decorated with @enum.member
|
|
2
|
235
|
August 30, 2025
|
|
Typing a Right-Side Partial Function -- Possible? Should it be?
|
|
4
|
316
|
August 30, 2025
|
|
How do I type this?
|
|
6
|
231
|
August 29, 2025
|
|
Collection types should validate given type arg count like corresponding types from ``typing`` module
|
|
2
|
212
|
August 27, 2025
|
|
Looking for draft feedback: Typed Python Survey 2025
|
|
6
|
270
|
August 25, 2025
|
|
Mypy raises exception for certain type alias definitions with parameters bounded by a (not-yet-defined) type
|
|
7
|
143
|
August 25, 2025
|
|
Inherit from `MutableMapping[Any, Self]`
|
|
6
|
206
|
August 25, 2025
|
|
Should `ParamSpec.args` be allowed inside `Unpack`?
|
|
4
|
140
|
August 25, 2025
|
|
Support for grouped type aliases in mypy/other type checkers?
|
|
12
|
320
|
August 23, 2025
|