]> granicus.if.org Git - python/commitdiff
Link _fileio statically -- it is needed during initialization.
authorGuido van Rossum <guido@python.org>
Thu, 24 May 2007 17:45:19 +0000 (17:45 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 24 May 2007 17:45:19 +0000 (17:45 +0000)
Modules/Setup.dist

index 7e098a810ee6a47f92941cee638348d5c0443b97..6a7a54def5b7f4724dc6fddf6d6af2ce6ea0a52b 100644 (file)
@@ -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.