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
_lexicon.__setstate__: compute the drift set once per field instead of
three times, in _VOCAB_FIELDS declaration order rather than alphabetized
by formatted string, and drop the intermediate dict that existed only to
host a cast.
_types.ParsedName.__post_init__: nest the token-subset check under the
ambiguities guard rather than giving one local two types to skip work
the loop already skips.
_config_shim: inline a local used once.
tests: drop a bare-string __setstate__ test fully subsumed by the
parametrized case above it, and stop parsing the same input twice in
the unmatched-close assertion.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments