cpython/Lib/collections
Victor Stinner 7824cc05bf
bpo-41006: collections imports lazily heap (GH-20940)
The collections module now imports lazily the heapq modules in the
Counter.most_common() method to speedup Python startup time.
2020-06-17 19:10:47 +02:00
..
__init__.py bpo-41006: collections imports lazily heap (GH-20940) 2020-06-17 19:10:47 +02:00
abc.py