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 <rep...@bugs.python.org>
<http://bugs.python.org/issue26519>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to