Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3af181

Browse files
committed
Convert heapq.py to a C implementation.
1 parent 1021c44 commit b3af181

7 files changed

Lines changed: 367 additions & 256 deletions

File tree

Lib/heapq.py

Lines changed: 0 additions & 255 deletions
This file was deleted.

Lib/test/test___all__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ def test_all(self):
100100
self.check_all("glob")
101101
self.check_all("gopherlib")
102102
self.check_all("gzip")
103-
self.check_all("heapq")
104103
self.check_all("htmllib")
105104
self.check_all("httplib")
106105
self.check_all("ihooks")

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ Extension modules
104104
Library
105105
-------
106106

107+
- heapq.py has been converted to C for improved performance
108+
107109
- traceback.format_exc has been added (similar to print_exc but it returns
108110
a string).
109111

0 commit comments

Comments
 (0)