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 ctarn
Recipients ctarn, steven.daprano
Date 2019-12-20.15:38:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576856299.16.0.146470109161.issue39110@roundup.psfhosted.org>
In-reply-to
Content
OK, I mean... when I call `a = list(b)`, list() changes `b` unexpectedly, not `a != b` in this case. That is why I replace the left operand with `_`.
History
Date User Action Args
2019-12-20 15:38:19ctarnsetrecipients: + ctarn, steven.daprano
2019-12-20 15:38:19ctarnsetmessageid: <1576856299.16.0.146470109161.issue39110@roundup.psfhosted.org>
2019-12-20 15:38:19ctarnlinkissue39110 messages
2019-12-20 15:38:19ctarncreate