]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Also make _heapq.nlargest() use Py_ssize_t instead of ints, to iter over
authorThomas Wouters <thomas@python.org>
Thu, 16 Feb 2006 19:21:53 +0000 (19:21 +0000)
committerThomas Wouters <thomas@python.org>
Thu, 16 Feb 2006 19:21:53 +0000 (19:21 +0000)
commit13870b18f2a843d568f82c89b72f33dc427b9b23
treeedf932bf4e1a7c136a4af7809a4d910a7d18f23c
parented6254acf289839467a77419566b475f5950f475
Also make _heapq.nlargest() use Py_ssize_t instead of ints, to iter over
lists and call Py_ssize_t-using helpers. All other code in this module was
already adapted to Py_ssize_t.
Modules/_heapqmodule.c