mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 22:02:27 +00:00
Improve Python tree-shaking
This commit is contained in:
parent
5bb2275788
commit
4f41f2184d
169 changed files with 4182 additions and 2411 deletions
8
third_party/python/Modules/_heapqmodule.c
vendored
8
third_party/python/Modules/_heapqmodule.c
vendored
|
@ -13,6 +13,14 @@
|
|||
/* clang-format off */
|
||||
|
||||
PYTHON_PROVIDE("_heapq");
|
||||
PYTHON_PROVIDE("_heapq._heapify_max");
|
||||
PYTHON_PROVIDE("_heapq._heappop_max");
|
||||
PYTHON_PROVIDE("_heapq._heapreplace_max");
|
||||
PYTHON_PROVIDE("_heapq.heapify");
|
||||
PYTHON_PROVIDE("_heapq.heappop");
|
||||
PYTHON_PROVIDE("_heapq.heappush");
|
||||
PYTHON_PROVIDE("_heapq.heappushpop");
|
||||
PYTHON_PROVIDE("_heapq.heapreplace");
|
||||
|
||||
/* Drop in replacement for heapq.py
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue