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

STINNER Victor report at bugs.python.org
Wed Mar 9 11:51:05 EST 2016


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 you suggest a fix in the doc? I guess that a method should be added: __reduce__(), __reduce_ex__() or __getstate__()?

----------

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


More information about the Python-bugs-list mailing list