Mark Dickinson <dicki...@gmail.com> added the comment:

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.

----------
nosy: +mark.dickinson

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

Reply via email to