[New-bugs-announce] [issue17152] Array module should support "boolean" natively

Jesús Cea Avión report at bugs.python.org
Thu Feb 7 16:53:40 CET 2013


New submission from Jesús Cea Avión:

Array module is used, frequently, as a convenient way of saving a lot of memory. I think we should support "boolean" typeobject natively. Implementation should be trivial and efficient, except methods like "pop()" (a bit convoluted, but doable).

Opinions?.

----------
keywords: easy
messages: 181623
nosy: jcea
priority: normal
severity: normal
status: open
title: Array module should support "boolean" natively
type: enhancement
versions: Python 3.4

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


More information about the New-bugs-announce mailing list