mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-24 06:12: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
4
third_party/python/Modules/grpmodule.c
vendored
4
third_party/python/Modules/grpmodule.c
vendored
|
@ -22,6 +22,10 @@
|
|||
/* clang-format off */
|
||||
|
||||
PYTHON_PROVIDE("grp");
|
||||
PYTHON_PROVIDE("grp.getgrall");
|
||||
PYTHON_PROVIDE("grp.getgrgid");
|
||||
PYTHON_PROVIDE("grp.getgrnam");
|
||||
PYTHON_PROVIDE("grp.struct_group");
|
||||
|
||||
/* UNIX group file access module */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue