-
This issue arose from discussion on https://github.com/sympy/sympy/pull/26093, which was created to address https://github.com/sympy/sympy/issues/26041. @oscarbenjamin and I agreed that noncommutative…
-
**Bug Report**
I try to use `typing.Protocol` to implement abstract interfaces where any kind of inheritance is not an option. I've noted that `mypy` makes no difference between `int` and `floa…
-
## Abstract of proposal
I wish `client.GetModule` generates `Friendly.pyi` type stub at same time as generating `_xxxxxxxxxxxx_xxxxxxxx_xxxxxxxx_xxxxxxxxxxxx_x_x_x.py` and `Friendly.py` runtime modul…
-
**Describe the bug**
Error when generating tests: `TypeError: unsupported operand type(s) for |: 'NoneType' and 'NoneType'`
**To Reproduce**
Steps to reproduce the behaviour:
1. Use Pynguin vers…
-
in dacite/types.py:66 it is directly importing from typing - could it also try importing from typing_extensions?
```python
def is_literal(type_: Type) -> bool:
try:
from typing impor…
-
## Request
Make data structure fields more discoverable to conventional tools in one of the following ways.
* Migrate `ru.TypedDict` to [PEP589 TypedDict](https://peps.python.org/pep-0589/) or [PE…
-
It seems that `dd` should have a type `defaultdict[str, set[int]]` just as `d2` does have `dict[str, set[int]]` but `dd` type appears as `defaultdict[str, set[Unknown]]` instead.
```python
from ty…
-
### Discussed in https://github.com/beartype/beartype/discussions/402
Originally posted by **Moosems** June 30, 2024
I want to have beartype print out the proper type annotation for a variable…
-
Now that [Python 3 has finally won](https://twitter.com/pycharm/status/865659029460209664), the names of the behaviors `SerializeToString` and `FromString` are especially problematic as the former doe…
-
The `jsonschema` module has 3 `type: ignore` comments that are not in PEP484 format. This results in the following error when running `mypy` where `referencing` has been imported:
```bash
$ mypy m…