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 pablogsal
Recipients pablogsal, scoder, serhiy.storchaka, tcaswell, vstinner
Date 2019-06-15.09:46:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560591988.1.0.777156397823.issue37289@roundup.psfhosted.org>
In-reply-to
Content
I have compiled CPython master, install the current Cython on pypi (not Cython master) and tried to compile numpy and it succeeds. This seems that is something on Cython master.

~/github/numpy master ✔
 ~/github/cpython/python.exe --version
Python 3.9.0a0

~/github/numpy master ✔
❯ ~/github/cpython/python.exe -m pip freeze
/Users/pgalindo3/.local/lib/python3.9/site-packages/pip/_vendor/html5lib/_trie/_base.py:3: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
  from collections import Mapping
Cython==0.29.10

❯ ~/github/cpython/python.exe -m pip install . --user
/Users/pgalindo3/.local/lib/python3.9/site-packages/pip/_vendor/html5lib/_trie/_base.py:3: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
  from collections import Mapping
Processing /Users/pgalindo3/github/numpy
Installing collected packages: numpy
  Running setup.py install for numpy ... done
Successfully installed numpy-1.17.0.dev0+9f8401f
History
Date User Action Args
2019-06-15 10:04:16pablogsalunlinkissue37289 messages
2019-06-15 09:46:28pablogsalsetrecipients: + pablogsal, scoder, vstinner, serhiy.storchaka, tcaswell
2019-06-15 09:46:28pablogsalsetmessageid: <1560591988.1.0.777156397823.issue37289@roundup.psfhosted.org>
2019-06-15 09:46:28pablogsallinkissue37289 messages
2019-06-15 09:46:28pablogsalcreate