Benoit Boissinot added the comment:
I was thinking about array.array. I don't know if it would be faster
than using a list, but it seemed elegant to be able to do a heap on it
anyway.
___
Python tracker
<http://bugs.python.org/i
New submission from Benoit Boissinot :
Generalize heapq to work with all kind of mutable sequences. It should
be investigated PySequence_SetItem is a lot slower than PyList_SET_ITEM
(same for GET_ITEM and GET_SIZE).
--
components: Extension Modules
messages: 79859
nosy: bboissin
Changes by Benoit Boissinot :
--
nosy: +bboissin
___
Python tracker
<http://bugs.python.org/issue4753>
___
___
Python-bugs-list mailing list
Unsubscribe:
Benoit Boissinot <[EMAIL PROTECTED]> added the comment:
> Why does it need to be in 2.6? mimetools is still there.
Because it outputs a warning with python2.6 -3, it's annoying for people
trying to port their application to python3k
--
n
Changes by Benoit Boissinot <[EMAIL PROTECTED]>:
--
nosy: +bboissin
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3187>
___
__
Changes by Benoit Boissinot <[EMAIL PROTECTED]>:
--
nosy: -bboissin
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3799>
___
__
Changes by Benoit Boissinot <[EMAIL PROTECTED]>:
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3799>
___
___
Python-bugs-list mailing list
Changes by Benoit Boissinot <[EMAIL PROTECTED]>:
--
nosy: +bboissin
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3799>
___
__