commit | 01c6e6fb354ec9bb2157ee4e02ecb5b165e64b76 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Apr 18 22:15:26 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Apr 18 22:15:26 2009 +0000 |
tree | 29cad8aa58e1e26401529f7d8549de2ebdc3279b | |
parent | accb3d0014cf4b4bebf3ae8f5a1c73e099c470f7 [diff] [blame] |
many more types to initialize (I had to expose some of them)
diff --git a/Include/sliceobject.h b/Include/sliceobject.h index dfc30c7..8ab62dd 100644 --- a/Include/sliceobject.h +++ b/Include/sliceobject.h
@@ -25,6 +25,7 @@ } PySliceObject; PyAPI_DATA(PyTypeObject) PySlice_Type; +PyAPI_DATA(PyTypeObject) PyEllipsis_Type; #define PySlice_Check(op) (Py_TYPE(op) == &PySlice_Type)