summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2001-01-25 20:04:14 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2001-01-25 20:04:14 (GMT)
commitfbd849f201a4a8c17745a72eb9f0ee3bae34d330 (patch)
tree3ea7508cfd2675d561cdf1d4dcd4ed2f7d28263a /Makefile.pre.in
parentc34a5ade0af202ce1e19a2b91ef4dcfb8b220adf (diff)
downloadcpython-fbd849f201a4a8c17745a72eb9f0ee3bae34d330.zip
cpython-fbd849f201a4a8c17745a72eb9f0ee3bae34d330.tar.gz
cpython-fbd849f201a4a8c17745a72eb9f0ee3bae34d330.tar.bz2
PEP 227 implementation
A cell contains a reference to a single PyObject. It could be implemented as a mutable, one-element sequence, but the separate type has less overhead.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index cd5436f..ce54e44 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -236,6 +236,7 @@ PYTHON_OBJS= \
OBJECT_OBJS= \
Objects/abstract.o \
Objects/bufferobject.o \
+ Objects/cellobject.o \
Objects/classobject.o \
Objects/cobject.o \
Objects/complexobject.o \