mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
c6b292cdee
* Rename pycore_byteswap.h to pycore_bitutils.h. * Move popcount_digit() to pycore_bitutils.h as _Py_popcount32(). * _Py_popcount32() uses GCC and clang builtin function if available. * Add unit tests to _Py_popcount32().
Source files for various builtin objects