[issue46138] Strange behavior with lists

Daniel Frey report at bugs.python.org
Mon Dec 20 08:28:02 EST 2021


New submission from Daniel Frey <daniel.frey at unibe.ch>:

Hi

I found a strange behavior with lists. When I want to save the list {3,1,8}, it saves the 8 at the first entry. Only when I add the integers 7 and 9, the 8 is placed correctly. (See the attached picture)

Can anyone help me understand what is going on here?

Thanks in advance!

----------
files: python_strange_behavior.png
messages: 408960
nosy: daniel.frey
priority: normal
severity: normal
status: open
title: Strange behavior with lists
type: behavior
versions: Python 3.10
Added file: https://bugs.python.org/file50505/python_strange_behavior.png

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46138>
_______________________________________


More information about the Python-bugs-list mailing list