An open API service for providing issue and pull request metadata for open source projects.

GitHub / python/typing issues and pull requests

Labelled with: topic: other

#2087 - protocols_definition.py contains invalid code

Issue - State: open - Opened by missingdays 2 months ago
Labels: topic: other

#2084 - Read the Docs migration to GitHub app

Issue - State: open - Opened by srittau 2 months ago
Labels: topic: other

#2050 - Bug: NamedTuple class crashes if a method is using 'super()' or '__class__'

Issue - State: open - Opened by GugelRobin 4 months ago
Labels: topic: other

#2037 - How to type hint a "float-like" object?

Issue - State: closed - Opened by UlrikChristensenGit 5 months ago - 3 comments
Labels: topic: other

#2021 - [spec] overload subtyping rules are too strict.

Issue - State: open - Opened by randolf-scholz 6 months ago - 1 comment
Labels: topic: other

#1994 - Unsoundness with `typing.IO` and friends

Issue - State: open - Opened by JelleZijlstra 7 months ago
Labels: topic: other

#1955 - Conformance tests: classes_override.py should allow highlighting the decorator

Issue - State: closed - Opened by alvov26 8 months ago - 1 comment
Labels: topic: other

#1951 - Archive typed-ast and typing on PyPI

Issue - State: closed - Opened by srittau 8 months ago - 3 comments
Labels: topic: other

#1950 - Deprecation of hyphens in setup.cfg

Issue - State: closed - Opened by ozcodes 8 months ago - 1 comment
Labels: topic: other

#1932 - Unexpected behavior of get_args() in nested Literal

Issue - State: closed - Opened by MarekWadinger 9 months ago - 1 comment
Labels: topic: other

#1921 - Missing conformance tests around nonlocal rebinding of type params from annotation scopes

Issue - State: closed - Opened by samwgoldman 10 months ago - 6 comments
Labels: topic: other

#1846 - `Counter.__init__` can't be typed safely

Issue - State: open - Opened by beauxq over 1 year ago
Labels: topic: other

#1821 - Conformance tests: PEP 702

Issue - State: closed - Opened by InSyncWithFoo over 1 year ago - 1 comment
Labels: topic: other

#1810 - Enable Projects?

Issue - State: closed - Opened by srittau over 1 year ago - 5 comments
Labels: topic: other

#1765 - Conformance test: make dataclass_hash.py not rely on `typing.Hashable`?

Issue - State: open - Opened by grievejia over 1 year ago
Labels: topic: other

#1745 - Support list comprehension for `TypeVarTuple`

Issue - State: closed - Opened by zen-xu over 1 year ago - 2 comments
Labels: topic: other

#1692 - Conformance tests: Align automated and manual scoring

Issue - State: open - Opened by JelleZijlstra over 1 year ago
Labels: topic: other

#1680 - Conformance tests: Add mechanism to allow errors on one of multiple lines

Issue - State: closed - Opened by JelleZijlstra over 1 year ago - 2 comments
Labels: topic: other, topic: conformance tests

#1611 - Abstract classmethod returning object of type cls: "is not a supertype of its class"

Issue - State: closed - Opened by NiklasRosenstein almost 2 years ago - 1 comment
Labels: topic: other

#1544 - how do I pass down the Class type to a method without using it as a parameter

Issue - State: closed - Opened by danielpastoor almost 2 years ago - 1 comment
Labels: topic: other

#1539 - Switch to `main`?

Issue - State: closed - Opened by srittau almost 2 years ago - 5 comments
Labels: topic: other

#1528 - Type hinting a class decorator that returns a subclass

Issue - State: closed - Opened by BojieSheng almost 2 years ago
Labels: topic: other

#1506 - Paramspec Mapped Types

Issue - State: open - Opened by cjntaylor about 2 years ago - 4 comments
Labels: topic: other

#1480 - Using `types` classes over `collections.abc`'s bases

Issue - State: open - Opened by Gobot1234 about 2 years ago - 11 comments
Labels: topic: other

#1469 - Fix the broken mess that is the way python typing is touted.

Issue - State: closed - Opened by DiscordLiz about 2 years ago - 2 comments
Labels: topic: other

#1442 - [BUG] `Union` should expand `TypeVarTuple`.

Issue - State: closed - Opened by randolf-scholz over 2 years ago - 2 comments
Labels: topic: other

#1441 - PEP544 makes it impossible to type-hint functions that return `Protocol`-classes.

Issue - State: closed - Opened by randolf-scholz over 2 years ago - 1 comment
Labels: topic: other

#1427 - Clarification on typing.dataclass_transform() defaults

Issue - State: closed - Opened by superbobry over 2 years ago - 6 comments
Labels: topic: other

#1425 - [Cross-post]: Let's deprecate typing.no_type_check_decorator

Issue - State: closed - Opened by AlexWaygood over 2 years ago
Labels: topic: other

#1422 - git: Switch from master to main

Issue - State: closed - Opened by srittau over 2 years ago - 1 comment
Labels: topic: other

#1403 - pip install error version 3.10.0.0

Issue - State: closed - Opened by matheus-mloptimize over 2 years ago - 2 comments
Labels: topic: other

#1397 - List update allows slices but __setitem__() index is typed with SupportsIndex

Issue - State: closed - Opened by andy-maier over 2 years ago - 1 comment
Labels: topic: other

#1376 - Provide guidance on PEP 698's strict enforcement feature of typing.override

Issue - State: open - Opened by NeilGirdhar over 2 years ago - 5 comments
Labels: topic: other

#1367 - How should structural subtyping work for objects with slots but no variable declarations?

Issue - State: closed - Opened by AlexWaygood over 2 years ago - 3 comments
Labels: topic: other

#1364 - How should subtyping work with respect to properties?

Issue - State: closed - Opened by AlexWaygood over 2 years ago - 12 comments
Labels: topic: other

#1358 - `import a.b` - should `a` be considered imported?

Issue - State: closed - Opened by bluetech over 2 years ago - 12 comments
Labels: topic: other

#1355 - Assuming `self` or `cls` parameter is positional-only

Issue - State: open - Opened by erictraut almost 3 years ago - 8 comments
Labels: topic: other

#1353 - `type` and `disallow-any-generics`

Issue - State: open - Opened by sterliakov almost 3 years ago - 1 comment
Labels: topic: other

#1351 - Type guard doesn't intersect types like instance check

Issue - State: closed - Opened by NeilGirdhar almost 3 years ago - 18 comments
Labels: topic: other

#1347 - Type-hint instances of types passed as TypeVarTuple?

Issue - State: closed - Opened by harenbrs almost 3 years ago - 2 comments
Labels: topic: other

#1343 - Cannot extend all protocols

Issue - State: closed - Opened by SimpleArt almost 3 years ago - 2 comments
Labels: topic: other

#1332 - typing.Pattern and re.Pattern accept different sets of arguments

Issue - State: closed - Opened by PythonCoderAS almost 3 years ago - 5 comments
Labels: topic: other

#1330 - Wrong unsoundness?

Issue - State: closed - Opened by AntoineD almost 3 years ago
Labels: topic: other

#1315 - More consistency in inference rules between type checkers

Issue - State: open - Opened by matangover almost 3 years ago - 8 comments
Labels: topic: other

#1301 - Callable with variadic fixed arguments that doesn't mean *args

Issue - State: open - Opened by DrecDroid almost 3 years ago - 4 comments
Labels: topic: other

#1283 - decorators cannot get type hints for async function return values

Issue - State: closed - Opened by mkdir700 about 3 years ago
Labels: topic: other

#1278 - How do I type hint a question that returns a zip object?

Issue - State: closed - Opened by nguyenlethaihoang about 3 years ago - 2 comments
Labels: topic: other

#1274 - Question about the representation of ParamSpec Generic classes

Issue - State: closed - Opened by Gobot1234 about 3 years ago - 4 comments
Labels: topic: other

#1230 - Will `typing.Tuple` die "in the first Python version released 5 years after the release of Python 3.9.0"?

Issue - State: closed - Opened by junkmd over 3 years ago - 6 comments
Labels: topic: other

#1113 - Discrepancy in behavior of Callable instance fields

Issue - State: closed - Opened by JelleZijlstra over 3 years ago - 12 comments
Labels: topic: other

#1112 - Type checking for `property.{fget,fset,fdel}`

Issue - State: open - Opened by jpy-git over 3 years ago - 4 comments
Labels: topic: other

#434 - Common test suite for Python type checkers

Issue - State: closed - Opened by vlasovskikh over 8 years ago - 11 comments
Labels: topic: other