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
|
@ -21,6 +21,10 @@
|
|||
/* clang-format off */
|
||||
|
||||
PYTHON_PROVIDE("_functools");
|
||||
PYTHON_PROVIDE("_functools._lru_cache_wrapper");
|
||||
PYTHON_PROVIDE("_functools.cmp_to_key");
|
||||
PYTHON_PROVIDE("_functools.partial");
|
||||
PYTHON_PROVIDE("_functools.reduce");
|
||||
|
||||
/* _functools module written and maintained
|
||||
by Hye-Shik Chang <perky@FreeBSD.org>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue