]> granicus.if.org Git - python/commitdiff
reorganise modules, so that most standard extensions are built into
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>
Mon, 9 Jun 2003 08:16:02 +0000 (08:16 +0000)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>
Mon, 9 Jun 2003 08:16:02 +0000 (08:16 +0000)
the Python DLL.  this slightly improves performance; reduces
fragmentation of address spaces and slightly reduces memory footprint.

PC/os2emx/config.c

index 010aa4f456819bc915176d3b517ae6e2a3be26de..6ffc15708c36e2626f2acd8c4eb5af7f0686670a 100644 (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},