summaryrefslogtreecommitdiff
path: root/Cython/Shadow.py
diff options
context:
space:
mode:
Diffstat (limited to 'Cython/Shadow.py')
-rw-r--r--Cython/Shadow.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cython/Shadow.py b/Cython/Shadow.py
index 48bc249e0..097126475 100644
--- a/Cython/Shadow.py
+++ b/Cython/Shadow.py
@@ -1,7 +1,7 @@
# cython.* namespace for pure mode.
from __future__ import absolute_import
-__version__ = "3.0.0a10"
+__version__ = "3.0.0a11"
try:
from __builtin__ import basestring
@@ -385,7 +385,7 @@ class typedef(CythonType):
__getitem__ = index_type
class _FusedType(CythonType):
- pass
+ __getitem__ = index_type
def fused_type(*args):