[issue17152] Array module should support "boolean" natively

Mark Dickinson report at bugs.python.org
Thu Feb 7 17:24:24 CET 2013


Mark Dickinson added the comment:

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?

----------
nosy: +mark.dickinson

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17152>
_______________________________________


More information about the Python-bugs-list mailing list