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 steven.daprano
Recipients steven.daprano, xtreak, ymatheus63
Date 2021-07-03.13:59:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625320773.9.0.70730710312.issue44557@roundup.psfhosted.org>
In-reply-to
Content
This is not a bug. Assignment in Python does not make a copy, it creates a second name for the same object.
History
Date User Action Args
2021-07-03 13:59:33steven.dapranosetrecipients: + steven.daprano, xtreak, ymatheus63
2021-07-03 13:59:33steven.dapranosetmessageid: <1625320773.9.0.70730710312.issue44557@roundup.psfhosted.org>
2021-07-03 13:59:33steven.dapranolinkissue44557 messages
2021-07-03 13:59:33steven.dapranocreate