From: Guido van Rossum Date: Thu, 24 May 2007 17:45:19 +0000 (+0000) Subject: Link _fileio statically -- it is needed during initialization. X-Git-Tag: v3.0a1~877 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78c1c4d49f47e248c9ea6f326612b2378e352c61;p=python Link _fileio statically -- it is needed during initialization. --- diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 7e098a810e..6a7a54def5 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -115,6 +115,7 @@ pwd pwdmodule.c # this is needed to find out the user's home dir # if $HOME is not set _sre _sre.c # Fredrik Lundh's new regular expressions _codecs _codecsmodule.c # access to the builtin codecs and codec registry +_fileio _fileio.c # Standard I/O baseline # The zipimport module is always imported at startup. Having it as a # builtin module avoids some bootstrapping problems and reduces overhead.