New GitHub issue #110802 from HernandezAvilesRaul:<br>

<hr>

<pre>
# Bug report

### Bug description:

in pycharm if you tried to interact with the {} like adding a [] or "" it will automaticly create an error that unable any functionality inside the IDE you canĀ“t type or erase anything
```python
# Add a code block here, if required
```
stock = {
    "sandia": {"precio": 10, "cantidad": 10},
    "coco": {"precio": 15, "cantidad": 10},
    "fresa": {"precio": 35, "cantidad": 10},
    "manzana": {"precio": 45, "cantidad": 10},
    "naranja": {"precio": 30, "cantidad": 10},
    "guayaba": {"precio": 20, "cantidad": 10},
    }

for fruto, valores in stock.items():
    print(f"{fruto}, {valores}")

### CPython versions tested on:

3.12

### Operating systems tested on:

Windows
</pre>

<hr>

<a href="https://github.com/python/cpython/issues/110802">View on GitHub</a>
<p>Labels: type-bug</p>
<p>Assignee: </p>