This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients jdemeyer, lukasz.langa, nascheme, ncoghlan, pablogsal, petr.viktorin, scoder, serhiy.storchaka, vstinner
Date 2019-07-06.02:11:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562379116.34.0.0041911995419.issue37221@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-07-06 02:11:56vstinnersetrecipients: + vstinner, nascheme, ncoghlan, scoder, petr.viktorin, lukasz.langa, serhiy.storchaka, jdemeyer, pablogsal
2019-07-06 02:11:56vstinnersetmessageid: <1562379116.34.0.0041911995419.issue37221@roundup.psfhosted.org>
2019-07-06 02:11:56vstinnerlinkissue37221 messages
2019-07-06 02:11:56vstinnercreate