cantera/interfaces/cython
Ray Speth 968dc24925 [Python] Fix compatibility with Cython < 0.27
After setting the "language_level" directive (6c0866ef), nested comprehension
expressions erroneously triggered an error message from the Cython compiler
saying "local variable 's' referenced before assignment". While the problem has
been fixed in Cython 0.27 and newer, this commit restores compatibility with
older Cython versions as well.
2019-03-14 14:03:51 -04:00
..
cantera [Python] Fix compatibility with Cython < 0.27 2019-03-14 14:03:51 -04:00
.gitignore [SCons] Only build the Python package for Python 3.x 2018-09-19 17:59:59 -04:00
SConscript [SCons] Use Cython from the targeted copy of Python 2018-09-19 17:59:59 -04:00
setup.py.in [SCons] Check for a supported version of Python 2018-09-19 17:59:59 -04:00