You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The _commands() method checks the first character of each command to
make sure that it starts with a letter. This _was_ searching a tuple
(containing 'a' to 'Z'), but it seems to be much faster if we
concatenate them all into one string and search that instead.
0 commit comments