[issue26519] Cython doesn't work anymore on Python 3.6

STINNER Victor report at bugs.python.org
Wed Mar 9 11:06:57 EST 2016


STINNER Victor added the comment:

Oops, my commands to reproduce the bug were wrong.

Commands to reproduce the bug:
---
<start in Python source code directory>

tar -xf mtrand.tar.gz  # download mtrand.tar.gz attached to this issue

./python -m venv ENV
ENV/bin/python -m pip install cython
ENV/bin/python ENV/bin/cython --fast-fail -o mtrand/mtrand.c mtrand/mtrand.pyx
---

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26519>
_______________________________________


More information about the Python-bugs-list mailing list