diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2024-08-30 05:13:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-30 05:13:24 (GMT) |
commit | 32c7dbb2bc58bee953622fc5ac24aad123f0d8f2 (patch) | |
tree | c77954d29b817d4a49ec547fd0d5117461b58cdf /Python/thread.c | |
parent | 58ce131037ecb34d506a613f21993cde2056f628 (diff) | |
download | cpython-32c7dbb2bc58bee953622fc5ac24aad123f0d8f2.zip cpython-32c7dbb2bc58bee953622fc5ac24aad123f0d8f2.tar.gz cpython-32c7dbb2bc58bee953622fc5ac24aad123f0d8f2.tar.bz2 |
gh-121485: Always use 64-bit integers for integers bits count (GH-121486)
Use 64-bit integers instead of platform specific size_t or Py_ssize_t
to represent the number of bits in Python integer.
Diffstat (limited to 'Python/thread.c')
0 files changed, 0 insertions, 0 deletions