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 skip.montanaro
Recipients fredrikj, loewis, mark.dickinson, pitrou, rhettinger, skip.montanaro, terry.reedy, vstinner
Date 2008-12-16.18:33:18
SpamBayes Score 2.576595e-06
Marked as misclassified No
Message-id <1229452400.39.0.130886056827.issue3439@psf.upfronthosting.co.za>
In-reply-to
Content
Regarding the last few posts:

 * Raymond's implementation, while ugly, provides a completely orthogonal
   way to test compute numbits, useful in unit tests if nothing else.

 * Using x >> 1 in a reference implementation is perfectly reasonable.
   If the person using the reference implementation to produce a real
   C-based implementation doesn't understand the equivalence of x // 2
   and x >> 1, heaven help us.

Skip
History
Date User Action Args
2008-12-16 18:33:20skip.montanarosetrecipients: + skip.montanaro, loewis, rhettinger, terry.reedy, mark.dickinson, pitrou, vstinner, fredrikj
2008-12-16 18:33:20skip.montanarosetmessageid: <1229452400.39.0.130886056827.issue3439@psf.upfronthosting.co.za>
2008-12-16 18:33:19skip.montanarolinkissue3439 messages
2008-12-16 18:33:18skip.montanarocreate