-
From https://github.com/daviddrysdale/python-phonenumbers/issues/200#issuecomment-910799543:
> it is possible for `None` to be returned, but a lot of implementation code expects a value and doesn't…
-
mypy 0.950 (compiled: yes) and Python 3.10.4:
```python
z1 = list(zip((1, 10), (2, 20), (3, 30))) # correct: list[Tuple[int, int, int]]
z2 = list(zip(*[(1, 10), (2, 20), (3, 30)])) # list[tuple…
-
**Bug Report**
[For loops](https://docs.python.org/3/reference/compound_stmts.html#the-for-statement) in Python require only an iterable, for which an iterator is subsequently created. However, in …
-
### Discussed in https://github.com/microsoft/pylance-release/discussions/2616
Originally posted by **fj128** September 6, 2021
When I do
from pathlib import Path
help(Path().mkdi…
-
I'll use this issue to track reviewing all usage of `bytes` types to see if they should be changed following #9001 and PEP 688. The below list is from `git grep -c '\bbytes\b'`.
My plan is to do lo…
-
Hi friends!
I'm trying out `pyre-check` in a medium sized Python codebase (37kloc source, 34kloc tests) but the process is crashing rather opaquely on `pyre --preserve-pythonpath check`.
The con…
-
## Environment data
- Pylance version: XXX (How can I get the version? I'm a noob using VS for a single Python file, for a one-time need)
- OS and version: MacOs 15.1
- Python version (& di…
-
I have made a pull request to update the Django .pysa file "django_sources_sinks.pysa" to the current release of Django, since the existing .pysa file gives errors preventing "pyre" from running, see …
-
Environment data
- Language Server version: 2023.11.10
- OS and version: win32 x64
- Python version (and distribution if applicable, e.g. Anaconda): 3.12 Anaconda in conda env.
- pytho…
-
My Github Actions CI started failing with this error:
```
error: Failed to build: `homeassistant-stubs @ file:///home/runner/work/homeassistant-stubs/homeassistant-stubs`
Caused by: Failed to…
KapJI updated
2 weeks ago