diff options
| author | Fred Drake <fdrake@acm.org> | 2001-02-01 05:26:54 (GMT) |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2001-02-01 05:26:54 (GMT) |
| commit | 2de7471d69b950a64e52a950675d59d9f4071da1 (patch) | |
| tree | ee0895b63578725b2e320a9e3bb911d1ada9cce1 /Modules | |
| parent | 36154b2dbf10d34eefe24d17516cf1e4cd62b607 (diff) | |
| download | cpython-2de7471d69b950a64e52a950675d59d9f4071da1.zip cpython-2de7471d69b950a64e52a950675d59d9f4071da1.tar.gz cpython-2de7471d69b950a64e52a950675d59d9f4071da1.tar.bz2 | |
Add entries for the weakref module to the build control.
Diffstat (limited to 'Modules')
| -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 ea76938..bef4939 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -147,6 +147,7 @@ GLHACK=-Dclear=__GLclear #struct structmodule.c # binary structure packing/unpacking #time timemodule.c # -lm # time operations and variables #operator operator.c # operator.add() and similar goodies +#_weakref _weakref.c # basic weak reference support #_codecs _codecsmodule.c # access to the builtin codecs and codec registry #unicodedata unicodedata.c unicodedatabase.c |
