This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients serhiy.storchaka, vstinner
Date 2016-03-09.16:06:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457539617.0.0.32607355933.issue26519@psf.upfronthosting.co.za>
In-reply-to
Content
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
---
History
Date User Action Args
2016-03-09 16:06:57vstinnersetrecipients: + vstinner, serhiy.storchaka
2016-03-09 16:06:56vstinnersetmessageid: <1457539617.0.0.32607355933.issue26519@psf.upfronthosting.co.za>
2016-03-09 16:06:56vstinnerlinkissue26519 messages
2016-03-09 16:06:56vstinnercreate