| 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 | 
 | 
| 8 | errno errnomodule.c		# posix (UNIX) errno values
 | 
| 9 | pwd 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.
 | 
| 16 | zipimport zipimport.c
 | 
| 17 | 
 | 
| 18 | # From Setup.config
 | 
| 19 | signal signalmodule.c
 |