]> granicus.if.org Git - python/commit
Factor common code into internal functions.
authorRaymond Hettinger <python@rcn.com>
Sat, 14 Jun 2014 23:43:35 +0000 (16:43 -0700)
committerRaymond Hettinger <python@rcn.com>
Sat, 14 Jun 2014 23:43:35 +0000 (16:43 -0700)
commit48f68d00b8e017050489635c04c82153a345a336
tree3aacfe3a6c6998200bf003619319f4cc3616b8a6
parent892051af95729098ce4f5fc7f17ca7049c100b14
Factor common code into internal functions.
Clean-up names of static functions.
Use Py_RETURN_NONE macro.
Expose private functions needed to support merge().
Move C imports to the bottom of the Python file.
Lib/heapq.py
Lib/test/test_heapq.py
Modules/_heapqmodule.c