Skip to content

Commit 78c1c4d

Browse files
committed
Link _fileio statically -- it is needed during initialization.
1 parent 9e4dc91 commit 78c1c4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/Setup.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ pwd pwdmodule.c # this is needed to find out the user's home dir
115115
# if $HOME is not set
116116
_sre _sre.c # Fredrik Lundh's new regular expressions
117117
_codecs _codecsmodule.c # access to the builtin codecs and codec registry
118+
_fileio _fileio.c # Standard I/O baseline
118119

119120
# The zipimport module is always imported at startup. Having it as a
120121
# builtin module avoids some bootstrapping problems and reduces overhead.

0 commit comments

Comments
 (0)