diff options
author | Georg Brandl <georg@python.org> | 2007-10-23 06:26:46 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-10-23 06:26:46 (GMT) |
commit | 3b8cb17695209c48bfc618ba265d201e81d1603a (patch) | |
tree | 104dda0dd1ec84e9c8eacf05194cacb5698c9f36 /Modules/Setup.dist | |
parent | b98dd2e5d2133b1c8cebd1dd221cf69eefeb154f (diff) | |
download | cpython-3b8cb17695209c48bfc618ba265d201e81d1603a.zip cpython-3b8cb17695209c48bfc618ba265d201e81d1603a.tar.gz cpython-3b8cb17695209c48bfc618ba265d201e81d1603a.tar.bz2 |
#1061 (mainly by Thomas Wouters): use weak sets for abc caches.
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r-- | Modules/Setup.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 17445d5..ea1b806 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -116,6 +116,7 @@ pwd pwdmodule.c # this is needed to find out the user's home dir _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 +_weakref _weakref.c # weak references # The zipimport module is always imported at startup. Having it as a # builtin module avoids some bootstrapping problems and reduces overhead. |