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 mark.dickinson
Recipients Jim Fasarakis-Hilliard, mark.dickinson, niklasf
Date 2017-03-22.21:45:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490219113.74.0.337054561285.issue29882@psf.upfronthosting.co.za>
In-reply-to
Content
Many of those applications are really for bitstrings (chess bitboards, hamming distance), which aren't really the same thing as integers.

Nice find for the mathmodule.c case. I'd forgotten about that one (though according to git blame, apparently I'm responsible for checking it in). It's a fairly obscure corner case, though.

Overall, I'm -1 on adding this: I don't think it meets the bar of being useful enough to justify the extra method. I'd suggest that people needing this kind of efficient bitstring operation use a 3rd-party bitstring library instead.
History
Date User Action Args
2017-03-22 21:45:13mark.dickinsonsetrecipients: + mark.dickinson, Jim Fasarakis-Hilliard, niklasf
2017-03-22 21:45:13mark.dickinsonsetmessageid: <1490219113.74.0.337054561285.issue29882@psf.upfronthosting.co.za>
2017-03-22 21:45:13mark.dickinsonlinkissue29882 messages
2017-03-22 21:45:13mark.dickinsoncreate