Commit 0a25de5b authored by Stefan Behnel's avatar Stefan Behnel

Reduce the code overhead of the memoryview implementation a little by...

Reduce the code overhead of the memoryview implementation a little by disabling CyFunctions for its methods.
parent 26853612
#################### View.MemoryView ####################
# cython: language_level=3str
# cython: binding=False
# This utility provides cython.array and cython.view.memoryview
from __future__ import absolute_import
......
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