Commit cb43e5e3 authored by Dag Sverre Seljebotn's avatar Dag Sverre Seljebotn

Blatant ommision

parent 74006e33
cimport cython
@cython.doctesthack(False)
@cython.autotestdict(False)
def foo():
pass
_ERRORS = u"""
4:0: The doctesthack compiler directive is not allowed in function scope
4:0: The autotestdict compiler directive is not allowed in function scope
"""
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