commit | 13870b18f2a843d568f82c89b72f33dc427b9b23 | [log] [tgz] |
---|---|---|
author | Thomas Wouters <thomas@python.org> | Thu Feb 16 19:21:53 2006 +0000 |
committer | Thomas Wouters <thomas@python.org> | Thu Feb 16 19:21:53 2006 +0000 |
tree | edf932bf4e1a7c136a4af7809a4d910a7d18f23c | |
parent | ed6254acf289839467a77419566b475f5950f475 [diff] |
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.