mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-24 14:22:28 +00:00
Improve Python tree-shaking
This commit is contained in:
parent
5bb2275788
commit
4f41f2184d
169 changed files with 4182 additions and 2411 deletions
11
third_party/python/Modules/_localemodule.c
vendored
11
third_party/python/Modules/_localemodule.c
vendored
|
@ -20,6 +20,17 @@
|
|||
/* clang-format off */
|
||||
|
||||
PYTHON_PROVIDE("_locale");
|
||||
PYTHON_PROVIDE("_locale.CHAR_MAX");
|
||||
PYTHON_PROVIDE("_locale.Error");
|
||||
PYTHON_PROVIDE("_locale.LC_ALL");
|
||||
PYTHON_PROVIDE("_locale.LC_COLLATE");
|
||||
PYTHON_PROVIDE("_locale.LC_CTYPE");
|
||||
PYTHON_PROVIDE("_locale.LC_MESSAGES");
|
||||
PYTHON_PROVIDE("_locale.LC_MONETARY");
|
||||
PYTHON_PROVIDE("_locale.LC_NUMERIC");
|
||||
PYTHON_PROVIDE("_locale.LC_TIME");
|
||||
PYTHON_PROVIDE("_locale.localeconv");
|
||||
PYTHON_PROVIDE("_locale.setlocale");
|
||||
|
||||
/***********************************************************
|
||||
Copyright (C) 1997, 2002, 2003, 2007, 2008 Martin von Loewis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue