Stefan Behnel added the comment:

Thanks for asking. Cython doesn't use METH_FASTCALL yet, so this doesn't 
introduce any problems.

Generally speaking, if Cython generated user code stops working with a new 
CPython version, we expect people to regenerate their code with the newest 
Cython version to fix it, so this kind of internal incompatibility is usually 
reparable by adapting Cython appropriately.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29464>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to