[issue23020] New matmul operator crashes modules compiled with CPython3.4

Arfrever Frehtes Taifersar Arahesis report at bugs.python.org
Wed Dec 10 06:49:32 CET 2014


Arfrever Frehtes Taifersar Arahesis added the comment:

Extensions need not to be rebuilt only when using stable ABI:
https://www.python.org/dev/peps/pep-0384/

But mytest.c fails to build with -DPy_LIMITED_API so it uses features from outside of stable ABI and must be rebuilt.

----------
nosy: +Arfrever

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


More information about the Python-bugs-list mailing list