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 Jim Jeon, cjw296, lisroach, mariocj89, michael.foord, veky, xtreak
Date 2019-10-02.12:03:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570017821.84.0.243687275528.issue38346@roundup.psfhosted.org>
In-reply-to
Content
As explained copy would cause backwards incompatible change on objects that depend on identity comparison. I am not sure if this can be fixed in a backwards compatible manner.

> One possibility would be for mock to copy the arguments you pass in. This could then cause problems if you do assertions that rely on object identity for equality.
History
Date User Action Args
2019-10-02 12:03:41xtreaksetrecipients: + xtreak, cjw296, michael.foord, veky, lisroach, mariocj89, Jim Jeon
2019-10-02 12:03:41xtreaksetmessageid: <1570017821.84.0.243687275528.issue38346@roundup.psfhosted.org>
2019-10-02 12:03:41xtreaklinkissue38346 messages
2019-10-02 12:03:41xtreakcreate