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 bboissin
Recipients bboissin
Date 2009-01-14.16:40:26
SpamBayes Score 0.075203195
Marked as misclassified No
Message-id <1231951228.13.0.336987683355.issue4948@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2009-01-14 16:40:28bboissinsetrecipients: + bboissin
2009-01-14 16:40:28bboissinsetmessageid: <1231951228.13.0.336987683355.issue4948@psf.upfronthosting.co.za>
2009-01-14 16:40:27bboissinlinkissue4948 messages
2009-01-14 16:40:26bboissincreate