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 serhiy.storchaka
Recipients anon, hct, mark.dickinson, rhettinger, serhiy.storchaka, tim.peters, vstinner
Date 2013-12-09.09:59:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386583176.68.0.897960063604.issue19915@psf.upfronthosting.co.za>
In-reply-to
Content
> For example, `i.bits_at(0, 52)` to get at a double's mantissa requires no thought at all to write or to read later; bit-level gibberish like

I agree that special function or method looks more clear. But I suppose that in many cases the performance does matter. And function call has larger overhead in current Python.
History
Date User Action Args
2013-12-09 09:59:36serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, rhettinger, mark.dickinson, vstinner, hct, anon
2013-12-09 09:59:36serhiy.storchakasetmessageid: <1386583176.68.0.897960063604.issue19915@psf.upfronthosting.co.za>
2013-12-09 09:59:36serhiy.storchakalinkissue19915 messages
2013-12-09 09:59:36serhiy.storchakacreate