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 problem we're fixing here is that we were using PyDict_Size() on "defaults",
which it is actually a tuple. We're also adding some explicit type checks.
This is a follow-up to pythongh-133221/pythongh-133528.
(cherry picked from commit dafd141)
Co-authored-by: Eric Snow <[email protected]>
0 commit comments