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 rohitkg98
Recipients rohitkg98
Date 2020-10-05.02:02:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601863377.27.0.411836826133.issue41938@roundup.psfhosted.org>
In-reply-to
Content
`fs` argument could be an iterable, and calling len on it would raise an Exception.

We are converting `fs` into a set anyways for set difference, and that too twice. we can just put an `fs = set(fs)`.

Let me know if we choose to go with that and I will make a PR ASAP.

Thanks.
History
Date User Action Args
2020-10-05 02:02:57rohitkg98setrecipients: + rohitkg98
2020-10-05 02:02:57rohitkg98setmessageid: <1601863377.27.0.411836826133.issue41938@roundup.psfhosted.org>
2020-10-05 02:02:57rohitkg98linkissue41938 messages
2020-10-05 02:02:57rohitkg98create