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 xtreak
Recipients xtreak, ymatheus63
Date 2021-07-03.13:56:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625320600.35.0.53838588356.issue44557@roundup.psfhosted.org>
In-reply-to
Content
This is not a bug since in this case assignment is referring to the same object and thus mutating one variable reflects change in other variable.

Relevant FAQ : https://docs.python.org/3/faq/programming.html#why-did-changing-list-y-also-change-list-x
History
Date User Action Args
2021-07-03 13:56:40xtreaksetrecipients: + xtreak, ymatheus63
2021-07-03 13:56:40xtreaksetmessageid: <1625320600.35.0.53838588356.issue44557@roundup.psfhosted.org>
2021-07-03 13:56:40xtreaklinkissue44557 messages
2021-07-03 13:56:40xtreakcreate