diff options
| author | Victor Stinner <vstinner@python.org> | 2022-11-29 12:12:17 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-29 12:12:17 +0100 | 
| commit | 4246fe977d850f8b78505c982f055d33d52ff339 (patch) | |
| tree | fcc5f21f6a3963f175cad58f571bedc1016f6747 /Objects/codeobject.c | |
| parent | 4cfc1b8568bd8bf0d44fadc42ec86696d0561d33 (diff) | |
| download | cpython-git-4246fe977d850f8b78505c982f055d33d52ff339.tar.gz | |
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.
Diffstat (limited to 'Objects/codeobject.c')
0 files changed, 0 insertions, 0 deletions
