mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
reorganise modules, so that most standard extensions are built into
the Python DLL. this slightly improves performance; reduces fragmentation of address spaces and slightly reduces memory footprint.
This commit is contained in:
parent
fae8953a59
commit
58f22ccc01
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ struct _inittab _PyImport_Inittab[] = {
|
|||
{"thread", initthread},
|
||||
#endif
|
||||
{"_codecs", init_codecs},
|
||||
{"_csv", init_codecs},
|
||||
{"_csv", init_csv},
|
||||
{"_locale", init_locale},
|
||||
{"_random", init_random},
|
||||
{"_sre", init_sre},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue