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 mark.dickinson
Recipients annelischen, mark.dickinson, ned.deily, ronaldoussoren
Date 2019-09-04.14:09:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567606154.15.0.777218664546.issue38027@roundup.psfhosted.org>
In-reply-to
Content
There are known Cython-related issues with the latest NumPy *release* and Python 3.8, due to a signature change in PyCode_New. But those issues are already fixed in NumPy master. `pip install numpy` fails for me in a Python 3.8b4 venv, but `pip install git+https://github.com/numpy/numpy.git` works.

But none of this indicates a bug in core Python, as far as I know.
History
Date User Action Args
2019-09-04 14:09:14mark.dickinsonsetrecipients: + mark.dickinson, ronaldoussoren, ned.deily, annelischen
2019-09-04 14:09:14mark.dickinsonsetmessageid: <1567606154.15.0.777218664546.issue38027@roundup.psfhosted.org>
2019-09-04 14:09:14mark.dickinsonlinkissue38027 messages
2019-09-04 14:09:14mark.dickinsoncreate