aboutsummaryrefslogtreecommitdiff
path: root/stm
diff options
context:
space:
mode:
authorPaul Sokolovsky2014-01-03 02:41:17 +0200
committerPaul Sokolovsky2014-01-04 02:35:48 +0200
commit1c6de11f772afae9b4155f8a654cadd05125a2de (patch)
tree91773ad883e3ab1ccf513a5f9b2233461f295572 /stm
parent98adccf7acb52a0cf9169a78e3af1a8958f7ab36 (diff)
Add basic implementation of slice object.
So far, only start and stop integer indexes are supported. Step is not supported, as well as objects of arbitrary types.
Diffstat (limited to 'stm')
-rw-r--r--stm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/stm/Makefile b/stm/Makefile
index d6c77e2bd..e84e21eae 100644
--- a/stm/Makefile
+++ b/stm/Makefile
@@ -78,6 +78,7 @@ PY_O = \
objnone.o \
objrange.o \
objset.o \
+ objslice.o \
objstr.o \
objtuple.o \
objtype.o \