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
Move Sentinel reduce callable to the module top-level
Changes in Sentinel such as swapping it with a theoretical
typing.Sentinel will affect private methods, so the callable used with
`__reduce__` must be at the top-level to be stable.
0 commit comments