OILS / build / static-c-modules.txt View on Github | oilshell.org

19 lines, 14 significant
1# The modules listed here can't be built as shared libraries for
2# various reasons; therefore they are listed here instead of in the
3# normal order.
4
5# This only contains the minimal set of modules required to run the
6# setup.py script in the root of the Python source tree.
7
8errno errnomodule.c # posix (UNIX) errno values
9pwd pwdmodule.c # this is needed to find out the user's home dir
10 # if $HOME is not set
11
12_weakref _weakref.c # weak references
13
14# The zipimport module is always imported at startup. Having it as a
15# builtin module avoids some bootstrapping problems and reduces overhead.
16zipimport zipimport.c
17
18# From Setup.config
19signal signalmodule.c