correctmost
correctmost
I noticed this issue while editing a server URL, but it seems to affect any text field. ### Steps to reproduce - Run `archinstall` - Select Hostname - Change the...
**Crash Report** I noticed this crash when running mypy on the cpython codebase. **Traceback** ```python-traceback Traceback (most recent call last): File ".venv-mypy/bin/mypy", line 7, in sys.exit(console_entry()) File "mypy/mypy/__main__.py", line 15,...
### Steps to reproduce The following code triggers a `ValueError` in astroid: ```python a,=7**10000 a.B ``` This bug was discovered by OSS-Fuzz (an OSS-Fuzz bug report was not filed for...
### Summary ty crashes when checking this code: ```python from typing import Callable def fn[**T, U](c: Callable[T, U]) -> Callable[T, U]: return c fn(fn) ``` ``` thread '' (2580764) has...
### Summary ty crashes on this fuzzed code: ```python -a,f'{a}'= ``` ``` error[panic]: Panicked at crates/ty_python_semantic/src/types/infer.rs:3529:26 when checking `c.py`: `expression should belong to this `UnpackResult` and `Unpacker` should have inferred...