mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Added _locale
This commit is contained in:
parent
f766e23f63
commit
40ae0e93cd
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,7 @@ extern void initcPickle();
|
|||
extern void initpcre();
|
||||
#ifdef WIN32
|
||||
extern void initmsvcrt();
|
||||
extern void init_locale();
|
||||
#endif
|
||||
|
||||
/* -- ADDMODULE MARKER 1 -- */
|
||||
|
@ -105,6 +106,7 @@ struct _inittab _PyImport_Inittab[] = {
|
|||
{"pcre", initpcre},
|
||||
#ifdef WIN32
|
||||
{"msvcrt", initmsvcrt},
|
||||
{"_locale", init_locale},
|
||||
#endif
|
||||
|
||||
/* -- ADDMODULE MARKER 2 -- */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue