-
BPO | [24840](https://bugs.python.org/issue24840)
--- | :---
Nosy | @gpshead, @bitdancer, @ethanfurman, @serhiy-storchaka
Files | [issue24840.master.patch](https://bugs.python.org/file40160/issue24840…
-
#### Environment details
- Programming language: Python 3.9.12, 3.10.4
- OS: Linux/openSUSE/Tumbleweed as of 2022-04-29
- Language runtime version:
- Package version: 1.20.3
#### Step…
mcepl updated
2 years ago
-
BPO | [41249](https://bugs.python.org/issue41249)
--- | :---
Nosy | @gvanrossum, @ambv, @Kronuz, @ilevkivskyi, @miss-islington, @Septatrix, @keithblaha, @Fidget-Spinner
PRs | python/cpython#27017pytho…
-
BPO | [39939](https://bugs.python.org/issue39939)
--- | :---
Nosy | @gvanrossum, @doerwalter, @rhettinger, @vstinner, @ericvsmith, @stevendaprano, @elazarg, @miss-islington, @tirkarthi, @sweeneyde
PRs…
-
So, it seems that `Rect` is iterable and you can do
```python
r = Rect(0, 1, 2, 3)
x, y, w, h = r
```
However I do not see this documented anywhere, nor exposed in the type hints. Thus, Mypy …
-
BPO | [32226](https://bugs.python.org/issue32226)
--- | :---
Nosy | @gvanrossum, @ned-deily, @serhiy-storchaka, @ilevkivskyi, @xgid
PRs | python/cpython#4732python/cpython#4906python/cpython#5098pytho…
-
Magic/dunder methods such as `__exit__(self, exc_type, exc_val, exc_tb) -> bool` and `__contains__(self, x) -> bool` raise a FNE005 that is impossible to fix, and I don't want to add #noqa lines to th…
-
Python 3 gets rid of the distinction between int and long, with int now behaving as long. One way would be to switch everything to BigInteger, but it might be more efficient to try and use Int32 as mu…
-
BPO | [42886](https://bugs.python.org/issue42886)
--- | :---
Nosy | @gvanrossum, @tim-one, @rhettinger, @mdickinson, @stevendaprano
*Note: these values reflect the state of the issue at the time it w…
-
An often asked question is whether `nptyping` supports a static type checker such as `mypy`, which at the moment isn't the case. Implementing this feature will be difficult (if even possible for some …