Message261445
| Author |
vstinner |
| Recipients |
Yury.Selivanov, alecsandru.patrascu, catalin.manciu, jtaylor, pitrou, rhettinger, serhiy.storchaka, vstinner, yselivanov |
| Date |
2016年03月09日.16:55:45 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1457542545.97.0.492527962039.issue26249@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
numpy: good!
* I patched Pyhon 3.6 with pymem.patch of this issue + pymem-3.patch of issue #26516
* I had issues to run tests with Python 3.6 compiled in debug mode: http://bugs.python.org/issue26519 & https://github.com/numpy/numpy/issues/7399
* I ran the test suite: all tests pass, no bug related to memory allocators
* Tested numpy version: commit b92cc76afad2e74cbbf6f5b9f5b68050f7c8642a (Mar 7 2016)
Commands ran in numpy tests in a virtual environment:
numpy$ python setup.py install
numpy$ cd..
$ python -c 'import numpy; numpy.test()'
(...)
Ran 6206 tests in 280.986s
OK (KNOWNFAIL=7, SKIP=6) |
|