SIGN IN SIGN UP

gh-99845: Change _PyDict_KeysSize() return type to size_t (#99848)

* Change _PyDict_KeysSize() and shared_keys_usable_size() return type
  from signed (Py_ssize_t) to unsigned (size_t) type.
* new_values() argument type is now unsigned (size_t).
* init_inline_values() now uses size_t rather than int for the 'i'
  iterator variable.
* type.__sizeof__() implementation now uses unsigned (size_t) type.
V
Victor Stinner committed
4246fe977d850f8b78505c982f055d33d52ff339
Parent: 4cfc1b8
Committed by GitHub <noreply@github.com> on 11/29/2022, 11:12:17 AM