This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Jim Fasarakis-Hilliard, Mark.Shannon, casevh, gbtami, mark.dickinson, niklasf, njs, rhettinger, serhiy.storchaka, tim.peters, veky, vstinner
Date 2022-01-21.23:54:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642809292.65.0.416315892201.issue29882@roundup.psfhosted.org>
In-reply-to
Content
New changeset cd8de40b3b10311de2db7b90abdf80af9e35535f by Victor Stinner in branch 'main':
bpo-29882: _Py_popcount32() doesn't need 64x64 multiply (GH-30774)
https://github.com/python/cpython/commit/cd8de40b3b10311de2db7b90abdf80af9e35535f
History
Date User Action Args
2022-01-21 23:54:52vstinnersetrecipients: + vstinner, tim.peters, rhettinger, mark.dickinson, casevh, njs, Mark.Shannon, serhiy.storchaka, veky, Jim Fasarakis-Hilliard, niklasf, gbtami
2022-01-21 23:54:52vstinnersetmessageid: <1642809292.65.0.416315892201.issue29882@roundup.psfhosted.org>
2022-01-21 23:54:52vstinnerlinkissue29882 messages
2022-01-21 23:54:52vstinnercreate