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 yselivanov
Recipients asvetlov, vstinner, yselivanov
Date 2018-01-23.22:19:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516745968.75.0.467229070634.issue32641@psf.upfronthosting.co.za>
In-reply-to
Content
No, these are trivial uint32_t/Py_SIZE: `for (uint32_t i = val_idx + 1; i < Py_SIZE(o); i++)`; it's something else.  I suspect popcount instruction...
History
Date User Action Args
2018-01-23 22:19:28yselivanovsetrecipients: + yselivanov, vstinner, asvetlov
2018-01-23 22:19:28yselivanovsetmessageid: <1516745968.75.0.467229070634.issue32641@psf.upfronthosting.co.za>
2018-01-23 22:19:28yselivanovlinkissue32641 messages
2018-01-23 22:19:28yselivanovcreate