]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Restore the pure python version of heapq.py.
authorRaymond Hettinger <python@rcn.com>
Mon, 19 Apr 2004 19:21:43 +0000 (19:21 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 19 Apr 2004 19:21:43 +0000 (19:21 +0000)
commit1660e0c1f162efcc2a19e07ca87193e071bca311
tree7d7e6077965e81e372518e90101dd020dd60ce2b
parentc46cb2a1a92c26e01ddb3921aa6828bcd3576f3e
* Restore the pure python version of heapq.py.
* Mark the C version as private and only use when available.
Modules/heapqmodule.c [deleted file]