New GitHub issue #119033 from hroncok:<br>

<hr>

<pre>
# Bug report

### Bug description:

Consider this:

```pycon
>>> 1
1
>>> 2
2
>>> 2
2
>>> 2
2
>>> 2
2
>>> 2
2
>>> 2
2
>>>
```

Now press the arrow up (<kbd>↑</kbd>). `2` appears. Then, press it again...

 - On Python 3.12, I get `1` after the second <kbd>↑</kbd> press. I consider this the natural behavior.
 - On Python 3.13, I get `1` only after the 7nd <kbd>↑</kbd> press. I consider this weird.


### CPython versions tested on:

3.13

### Operating systems tested on:

Linux
</pre>

<hr>

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