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