blob: 0e34f4908639772d65f77a03f015a9f3341a612c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Index: b/Modules/Setup.dist
===================================================================
--- a/Modules/Setup.dist
+++ b/Modules/Setup.dist
@@ -177,6 +177,7 @@
#_testcapi _testcapimodule.c # Python C API test module
#_random _randommodule.c # Random number generator
#_collections _collectionsmodule.c # Container types
+#_heapq _heapqmodule.c # Heapq type
#itertools itertoolsmodule.c # Functions creating iterators for efficient looping
#strop stropmodule.c # String manipulations
#_functools _functoolsmodule.c # Tools for working with functions and callable objects
|