This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ymatheus63
Recipients ymatheus63
Date 2021-07-03.13:29:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625318966.36.0.655841423385.issue44557@roundup.psfhosted.org>
In-reply-to
Content
a = {"a":1}

b = a

a["a"]=33

print(b, a)

# {"a":33}, {"a":33}
History
Date User Action Args
2021-07-03 13:29:26ymatheus63setrecipients: + ymatheus63
2021-07-03 13:29:26ymatheus63setmessageid: <1625318966.36.0.655841423385.issue44557@roundup.psfhosted.org>
2021-07-03 13:29:26ymatheus63linkissue44557 messages
2021-07-03 13:29:26ymatheus63create