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

2016-03-19 Thread Stefan Behnel
Stefan Behnel added the comment: Our CI build server says it's all fine. The fix will eventually be released, certainly before Py3.6 comes out. -- ___ Python tracker ___ ___

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

2016-03-19 Thread STINNER Victor
STINNER Victor added the comment: > Our CI build server says it's all fine. The fix will eventually be released, > certainly before Py3.6 comes out. Ok, fine :-) -- resolution: -> third party status: open -> closed ___ Python tracker

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

2016-03-11 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Stefan, could you please check that this issue is fixed and there are no other cases of pickling or copying unpickleable classes? -- ___ Python tracker _

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

2016-03-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Cython 0.23.4 was released at 2015-10-10. The fix was applied 2016-01-16. Try to use Cython from trunk. May be this is not exactly the same bug and Cython needs other fix. The change is deliberate. It helps to find existing bugs. Except trivial case when yo

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

2016-03-09 Thread STINNER Victor
STINNER Victor added the comment: > This was a bug in Cython and it is fixed now. If the change is deliberate, can you please mention it in "What's New in Python 3.6" doc? Especially in the "Porting to Python 3.6" section: https://docs.python.org/dev/whatsnew/3.6.html#porting-to-python-3-6 Can

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

2016-03-09 Thread STINNER Victor
STINNER Victor added the comment: "May be this is the same issue as reported in msg257646. This was a bug in Cython and it is fixed now." Oh, I wasn't aware of the issue #22995. I will read it. The bug isn't fixed yet in the latest release of Cython (0.23.4, released at 2015-10-10). I guess t

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

2016-03-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: May be this is the same issue as reported in msg257646. This was a bug in Cython and it is fixed now. -- nosy: +scoder ___ Python tracker ___

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

2016-03-09 Thread STINNER Victor
STINNER Victor added the comment: Oops, my commands to reproduce the bug were wrong. Commands to reproduce the bug: --- 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

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

2016-03-09 Thread STINNER Victor
New submission from STINNER Victor: I tried to run numpy test suite on Python 3.6 compiled in debug mode. I got an assertion error. Then I wanted to try the Git version of numpy, but the "Cythonizing sources" step of the numpy installer fails with: --- Traceback (most recent call last): File