Re: [Numpy-discussion] python 3.8: heads up: numpy/ma/core.py causes warning that breaks numpy detection in boost build

2019-03-01 Thread Andras Deak
On Fri, Mar 1, 2019 at 11:24 AM wrote: > python-3.8.0 (alpha) emits the following warning on numpy/ma/core.py > (verified up to official 1.16.2): > > 8< > /usr/python3/site_python3/lib64/numpy.egg/numpy/ma/core.py:4466: > SyntaxWarning: "is" with a literal. Did you mean "=="? >

[Numpy-discussion] python 3.8: heads up: numpy/ma/core.py causes warning that breaks numpy detection in boost build

2019-03-01 Thread balducci
hello just a notice to help preventing future problems... python-3.8.0 (alpha) emits the following warning on numpy/ma/core.py (verified up to official 1.16.2): 8< /usr/python3/site_python3/lib64/numpy.egg/numpy/ma/core.py:4466: SyntaxWarning: "is" with a literal. Did you mean