diff options
author | Mark Florisson <markflorisson88@gmail.com> | 2011-10-13 13:46:39 +0100 |
---|---|---|
committer | Mark Florisson <markflorisson88@gmail.com> | 2011-10-13 13:46:39 +0100 |
commit | 180a34ac6ac654c9bd181d9d96323fa952013aeb (patch) | |
tree | 7c884eaf050d0218eed9a2faf6f66cb5e786b5b3 /Cython/Compiler/MemoryView.py | |
parent | 259e666bc54e01b048c34bb9eb24a5cab5c19bcd (diff) | |
parent | b6f77033c7cadf26f053bd89ea5e5b32c37fe475 (diff) | |
download | cython-180a34ac6ac654c9bd181d9d96323fa952013aeb.tar.gz |
Merge in fixes from master
Diffstat (limited to 'Cython/Compiler/MemoryView.py')
-rw-r--r-- | Cython/Compiler/MemoryView.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cython/Compiler/MemoryView.py b/Cython/Compiler/MemoryView.py index 755f8c1ab..9e3d1b6d9 100644 --- a/Cython/Compiler/MemoryView.py +++ b/Cython/Compiler/MemoryView.py @@ -685,6 +685,7 @@ def get_axes_specs(env, axes): ''' cythonscope = env.global_scope().context.cython_scope + cythonscope.load_cythonscope() viewscope = cythonscope.viewscope access_specs = tuple([viewscope.lookup(name) |