STINNER Victor added the comment: 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) ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26249> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com