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
Restore pickle-state verification loop; trim duplicated dunder comments
Review of #204 flagged the __setstate__ verification loop drop as an
undisclosed diagnostic regression (truncated/incompatible pickle state
would surface as a confusing AttributeError instead of a clear
ValueError), so it's restored. Also trims the two __getattr__ comments
that duplicated _is_dunder()'s rationale instead of stating only the
site-specific consequence.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
0 commit comments