From: Andrew MacIntyre Date: Mon, 9 Jun 2003 08:16:02 +0000 (+0000) Subject: reorganise modules, so that most standard extensions are built into X-Git-Tag: v2.3c1~509 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58f22ccc012f0109f802e54e9c3daf2dbe30898a;p=python 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. --- diff --git a/PC/os2emx/config.c b/PC/os2emx/config.c index 010aa4f456..6ffc15708c 100644 --- a/PC/os2emx/config.c +++ b/PC/os2emx/config.c @@ -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},