summaryrefslogtreecommitdiff
path: root/Modules/Setup.dist
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-08-21 03:03:22 +0000
committerBenjamin Peterson <benjamin@python.org>2010-08-21 03:03:22 +0000
commit52c36051bded16cf8616996e271a1aafbe2ec908 (patch)
tree60a50ec3271030d68c7fe64088cbdc553fd1b9df /Modules/Setup.dist
parentb1147f5d0a89a24a978d9db93750ad5cc3829542 (diff)
downloadcpython-git-52c36051bded16cf8616996e271a1aafbe2ec908.tar.gz
Use weakrefs to hold onto classes #2521.
This also causes the _weakref module to be built into the core.
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r--Modules/Setup.dist1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist
index e76e0dfe8f..e2b0c59fee 100644
--- a/Modules/Setup.dist
+++ b/Modules/Setup.dist
@@ -118,6 +118,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
+_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.