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/Objects/sliceobject.c b/Objects/sliceobject.c index 8748fed..2eb3941 100644 --- a/Objects/sliceobject.c +++ b/Objects/sliceobject.c
@@ -22,7 +22,7 @@ return PyString_FromString("Ellipsis"); } -static PyTypeObject PyEllipsis_Type = { +PyTypeObject PyEllipsis_Type = { PyVarObject_HEAD_INIT(&PyType_Type, 0) "ellipsis", /* tp_name */ 0, /* tp_basicsize */