Commit 719553db authored by Stefan Behnel's avatar Stefan Behnel

Fix compilation of "ParseTreeTransforms" in Py2. It previously tried to...

Fix compilation of "ParseTreeTransforms" in Py2. It previously tried to compare the 'directivetype' to 'str', which misses Py2 str when compiling with language level 3.
parent 4c6364d9
# cython: language_level=3
# cython: language_level=3str
cimport cython
......
# cython: language_level=3str
from __future__ import absolute_import
import cython
......
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