[New-bugs-announce] [issue4948] Make heapq work with all mutable sequences

Benoit Boissinot report at bugs.python.org
Wed Jan 14 17:40:28 CET 2009


New submission from Benoit Boissinot <bboissin+pythonbugs at gmail.com>:

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
severity: normal
status: open
title: Make heapq work with all mutable sequences
type: feature request

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


More information about the New-bugs-announce mailing list