Best way to emulate type hint intersection of generics
|
|
2
|
47
|
October 23, 2025
|
"Wrong" Special Form
|
|
23
|
711
|
October 23, 2025
|
Allow to pass defaults when defining NamedTuple dynamically
|
|
6
|
246
|
October 22, 2025
|
PEP 718: subscriptable functions
|
|
79
|
10262
|
October 21, 2025
|
Pyright enforces union instead of erroring
|
|
3
|
97
|
October 21, 2025
|
Is there a way to get TypedDict-level type safety on a dict subclass?
|
|
5
|
160
|
October 18, 2025
|
Proposal: Optional Explicit covariance/contravariance for PEP 695
|
|
12
|
1123
|
October 15, 2025
|
Type aliases don't work with `isinstance`
|
|
13
|
291
|
October 14, 2025
|
Proposal: `PrivateSet[T]` — a type hint for externally read-only, internally writable fields
|
|
21
|
489
|
October 14, 2025
|
Generic function that accepts any dataclass type and returns an instance of that dataclass type
|
|
2
|
102
|
October 12, 2025
|
Type object '<cls>' has no attribute '__parameters__'
|
|
5
|
140
|
October 10, 2025
|
Introduce type keyword for type only imports
|
|
15
|
699
|
October 10, 2025
|
PEP 767: Annotating Read-Only Attributes
|
|
91
|
3914
|
October 9, 2025
|
How do I start python and type the programs and run them
|
|
2
|
149
|
October 4, 2025
|
Confusion over expected behavior of Unpack with TypedDict
|
|
0
|
66
|
September 27, 2025
|
Dedicated syntax for `Annotated`
|
|
37
|
937
|
September 20, 2025
|
Issues recovering a lambda from "stringized" type annotations
|
|
0
|
86
|
September 19, 2025
|
Can we type generic functions in the same way as other objects?
|
|
2
|
170
|
September 17, 2025
|
Unsoundness of contravariant `Self` type
|
|
28
|
1318
|
September 15, 2025
|
Alternative to SequenceNotStr: Char Special Form
|
|
9
|
305
|
September 14, 2025
|
Deprecate function arguments
|
|
5
|
336
|
September 11, 2025
|
Special semantics for generator context managers
|
|
10
|
378
|
September 10, 2025
|
Genericise to multiprocessing proxy classes for type hints
|
|
0
|
91
|
September 10, 2025
|
Support suppressing generator context managers
|
|
7
|
315
|
September 9, 2025
|
Make `@overload` less verbose
|
|
11
|
2015
|
September 8, 2025
|
Adding a Proxy type to typing/typing_extensions
|
|
16
|
1298
|
September 7, 2025
|
Using a property as type guard
|
|
6
|
1357
|
September 1, 2025
|
Confusing Type Behavior of typing.NewType construct for Pyright
|
|
2
|
103
|
August 31, 2025
|
Typing a Right-Side Partial Function -- Possible? Should it be?
|
|
4
|
321
|
August 30, 2025
|
How do I type this?
|
|
6
|
236
|
August 29, 2025
|