- Notifications
You must be signed in to change notification settings - Fork294
Use a frozenset in sanitizer.py#202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
#110 also fixes this. Though given that needs someone (read: me) to sit down and sort out the testsuite I guess we may as well merge this anyway. (Conflicts? Pff!) |
Conflict resolution is why we use git, right? :-). |
Bah, git doesn't cope that well when stuff is largely rewritten and moved to a different path. :) |
landscape-bot commentedMay 20, 2016
|
Since all of those lists were only used for membership checking, this could provide a small speedup.
It also decreases the number of tests due to elements being repeated in some of the fields.