Commit 1bc86b57 authored by Stefan Behnel's avatar Stefan Behnel

The "memoryview" Python builtin is now cacheable since we no longer support Py2.6.

parent 67f3aebb
...@@ -94,8 +94,6 @@ uncachable_builtins = [ ...@@ -94,8 +94,6 @@ uncachable_builtins = [
'__build_class__', '__build_class__',
'ascii', # might deserve an implementation in Cython 'ascii', # might deserve an implementation in Cython
#'exec', # implemented in Cython #'exec', # implemented in Cython
## - Py2.7+
'memoryview',
## - platform specific ## - platform specific
'WindowsError', 'WindowsError',
## - others ## - others
......
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