mirror of
https://github.com/python/cpython.git
synced 2026-01-26 21:03:34 +00:00
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 gh-133221/gh-133528.
Source files for various builtin objects