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 jcea, mark.dickinson
Date 2013-02-07.16:24:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360254264.72.0.887106497571.issue17152@psf.upfronthosting.co.za>
In-reply-to
Content
What do you mean by 'natively'?  How much space do you envisage each bool taking?  That is, are you suggesting a packed bool representation with 8 entries to a byte, or storing one bool per byte, or something else?
History
Date User Action Args
2013-02-07 16:24:24mark.dickinsonsetrecipients: + mark.dickinson, jcea
2013-02-07 16:24:24mark.dickinsonsetmessageid: <1360254264.72.0.887106497571.issue17152@psf.upfronthosting.co.za>
2013-02-07 16:24:24mark.dickinsonlinkissue17152 messages
2013-02-07 16:24:24mark.dickinsoncreate