Too few values when unpacking a single-char string
Open
typechecking
- Dominant language
- Rust
- Stars
- 7k
- Forks
- 516
- PR merge metrics
- No merged PRs in 30d
Description
Unpacking `"x"` (length 1) into 2 targets should produce an error.
```python
a, b = "x"
```
**Sandbox:** [Pyrefly](https://pyrefly.org/sandbox/?project=N4IgZglgNgpgziAXAAlHAhgOwCYCMD2AHgHQAOAnksiOgDTK7IC8yAOiIe65iAL700AxgBcIANxgAxaDCogMOAiQp8gA)
Contributor guide
Assessment
This issue has not been assessed yet.