diff options
| author | Paul Sokolovsky | 2014-01-03 02:41:17 +0200 |
|---|---|---|
| committer | Paul Sokolovsky | 2014-01-04 02:35:48 +0200 |
| commit | 1c6de11f772afae9b4155f8a654cadd05125a2de (patch) | |
| tree | 91773ad883e3ab1ccf513a5f9b2233461f295572 /unix | |
| parent | 98adccf7acb52a0cf9169a78e3af1a8958f7ab36 (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 'unix')
| -rw-r--r-- | unix/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/Makefile b/unix/Makefile index fd5b6b43e..38d6ba8e1 100644 --- a/unix/Makefile +++ b/unix/Makefile @@ -50,6 +50,7 @@ PY_O = \ objnone.o \ objrange.o \ objset.o \ + objslice.o \ objstr.o \ objtuple.o \ objtype.o \ |
