From 58f22ccc012f0109f802e54e9c3daf2dbe30898a Mon Sep 17 00:00:00 2001 From: Andrew MacIntyre Date: Mon, 9 Jun 2003 08:16:02 +0000 Subject: 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. --- PC/os2emx/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PC/os2emx/config.c b/PC/os2emx/config.c index 010aa4f..6ffc157 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}, -- cgit v0.12