Commit a7d98eea authored by pfebrer's avatar pfebrer Committed by da-woods

BUG: fused types not subscriptable in Cython.Shadow (#4842)

parent ad2d1f7d
No related merge requests found
......@@ -353,7 +353,7 @@ class typedef(CythonType):
__getitem__ = index_type
class _FusedType(CythonType):
pass
__getitem__ = index_type
def fused_type(*args):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment