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:
Andrew MacIntyre 2003-06-09 08:16:02 +00:00
parent fae8953a59
commit 58f22ccc01

View file

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