[New-bugs-announce] [issue44557] It's a bug? Dict

Matheus Oliveira report at bugs.python.org
Sat Jul 3 09:29:26 EDT 2021


New submission from Matheus Oliveira <ymatheus63 at gmail.com>:

a = {"a":1}

b = a

a["a"]=33

print(b, a)

# {"a":33}, {"a":33}

----------
components: Interpreter Core
messages: 396899
nosy: ymatheus63
priority: normal
severity: normal
status: open
title: It's a bug? Dict
type: resource usage
versions: Python 3.8

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


More information about the New-bugs-announce mailing list