Commit d9adf77d authored by da-woods's avatar da-woods Committed by GitHub

Enable more cpp_locals tests (GH-4320)

Turns out that typeid() and C++ operators already work with "cpp_locals".
parent 0574dbce
# cython: warn.maybe_uninitialized=True
# mode: error
# tag: cpp, werror, no-cpp-locals
# FIXME - no-cpp-locals should work
# tag: cpp, werror
from cython.operator import typeid
......
# mode: run
# tag: cpp, werror
# tag: no-cpp-locals
# FIXME - cpp_locals should work but doesn't
from __future__ import division
......
# tag: cpp, no-cpp-locals
# FIXME (or at least investigate) - cpp_locals should probably work
# tag: cpp
cimport cython
from libcpp.vector cimport vector
......
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