Commit 5244cc91 authored by Benjamin Weigel's avatar Benjamin Weigel Committed by GitHub

Merge pull request #1 from matt-chan/patch-1

[#2634] Merge Fix 
parents f71b8af2 f27475a3
......@@ -653,8 +653,9 @@ class MemoryViewSliceType(PyrexType):
assert not pyrex
assert not dll_linkage
from . import MemoryView
base_code = self.__str__() if for_display else MemoryView.memviewslice_cname
return self.base_declaration_code(
MemoryView.memviewslice_cname,
base_code,
entity_code)
def attributes_known(self):
......
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