[issue37221] PyCode_New API change breaks backwards compatibility policy

STINNER Victor report at bugs.python.org
Fri Jul 5 22:11:56 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:

I reopen the issue. Cython 0.29.11 doesn't work on Python 3.8 beta2. Installation fails with a compiler error:

Cython-0.29.11/Cython/Plex/Scanners.c:7244:274: error: macro "__Pyx_PyCode_New" requires 16 arguments, but only 15 given

Cython commit 0d88839168013fd69350d31eaee5514cd2f727b9 is not part of Cython tag 0.29.11.

Stefan: it seems like a new Cython release is needed.

----------
resolution: fixed -> 
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37221>
_______________________________________


More information about the Python-bugs-list mailing list