|
About the Typing category
|
|
2
|
1411
|
October 17, 2023
|
|
Make __replace__ stop interfering with variance inference
|
|
38
|
1115
|
November 23, 2025
|
|
Should Protocols with empty __slots__ count as Data Protocols?
|
|
5
|
253
|
November 20, 2025
|
|
Proposal: `typing.no_discard`, a decorator to indicate that the return value should not be discarded
|
|
47
|
4047
|
November 18, 2025
|
|
PEP 747: TypeExpr: Type Hint for a Type Expression
|
|
95
|
7157
|
November 18, 2025
|
|
December 3 Typing Meetup (+ call for topics)
|
|
0
|
110
|
November 14, 2025
|
|
Constrained type vars with `Any` default
|
|
11
|
255
|
November 11, 2025
|
|
Inlined typed dicts and typed dict comprehensions
|
|
16
|
1108
|
November 10, 2025
|
|
Idea: Simpler and More Expressive Type Annotations
|
|
19
|
680
|
November 6, 2025
|
|
Run-time behaviour of `TypeAliasType
|
|
87
|
4659
|
November 5, 2025
|
|
Proposal: `PrivateSet[T]` — a type hint for externally read-only, internally writable fields
|
|
45
|
1056
|
November 5, 2025
|
|
Why do type checkers not warn when incorrect variance is used?
|
|
3
|
230
|
November 1, 2025
|
|
Amend PEP 586 to make `enum` values subtypes of `Literal`
|
|
10
|
1114
|
October 29, 2025
|
|
PEP 677 with an easier-to-parse and more expressive syntax
|
|
32
|
1568
|
October 28, 2025
|
|
Should `ParamSpec.args` be allowed inside `Unpack`?
|
|
5
|
246
|
October 28, 2025
|
|
Clarifying runtime usage of `TypeAlias`es
|
|
3
|
191
|
October 21, 2025
|
|
Is there a way to get TypedDict-level type safety on a dict subclass?
|
|
5
|
196
|
October 18, 2025
|
|
Clarifying the float/int/complex special case
|
|
80
|
3881
|
October 17, 2025
|
|
Specify that `assert_type()` checks for equivalence
|
|
16
|
430
|
October 14, 2025
|
|
Adding NamedTuple member/naming rules to the typing spec
|
|
1
|
190
|
October 14, 2025
|
|
Type aliases don't work with `isinstance`
|
|
13
|
409
|
October 14, 2025
|
|
How to get a type check error on `__bool__`
|
|
21
|
793
|
October 10, 2025
|
|
Call For Suggestions: Nominate Python Packages for Typing Improvements
|
|
14
|
1440
|
October 6, 2025
|
|
Type imports, with runtime support
|
|
5
|
322
|
October 6, 2025
|
|
2025 Python Type System and Tooling Survey is out!
|
|
5
|
438
|
October 3, 2025
|
|
Generic NewType?
|
|
3
|
693
|
September 30, 2025
|
|
Why does FunctionType.__get__ return FunctionType rather than MethodType when bound to a class?
|
|
7
|
214
|
September 26, 2025
|
|
Typing issue when using `SupportsRichComparisonT`
|
|
5
|
308
|
September 20, 2025
|
|
Unsoundness of contravariant `Self` type
|
|
28
|
1365
|
September 15, 2025
|
|
Union of invariant types
|
|
22
|
507
|
September 12, 2025
|