Improve Python tree-shaking

This commit is contained in:
Justine Tunney 2021-09-06 19:24:10 -07:00
parent 5bb2275788
commit 4f41f2184d
169 changed files with 4182 additions and 2411 deletions

View file

@ -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