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 shreyanavigyan
Recipients arjaz, mark.dickinson, miguendes, rhettinger, shreyanavigyan
Date 2021-05-03.13:00:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620046813.24.0.0325760054629.issue44018@roundup.psfhosted.org>
In-reply-to
Content
One solution to these would be making a copy of the parameter using copy.deepcopy and then performing operations on that copy. (The downside of this solution is that it will change the behavior.)
History
Date User Action Args
2021-05-03 13:00:13shreyanavigyansetrecipients: + shreyanavigyan, rhettinger, mark.dickinson, miguendes, arjaz
2021-05-03 13:00:13shreyanavigyansetmessageid: <1620046813.24.0.0325760054629.issue44018@roundup.psfhosted.org>
2021-05-03 13:00:13shreyanavigyanlinkissue44018 messages
2021-05-03 13:00:13shreyanavigyancreate