Open GoogleCodeExporter opened 9 years ago
See also https://groups.google.com/forum/?fromgroups#!topic/numexpr/c6wc32p5i78
Original comment by a.valent...@gmail.com
on 9 Apr 2012 at 7:10
right... ok - if more context is needed, disabling PyDataMem_FREE(self->data);
in numpy/core/src/multiarray/arrayobject.c:209 leads to obvious memory leaks
but completely eliminates the failing tests/crash
Original comment by yarikop...@gmail.com
on 9 Apr 2012 at 7:16
And FWIW -- the same with current numpy master
commit b6b5ba1387d754a595838bab4dbdd80f61e0d63e
Author: Ralf Gommers <ralf.gommers@googlemail.com>
Date: Thu Apr 5 21:40:49 2012 +0200
BUG: fix regression for indexing chararrays with empty list. Closes #1948.
Original comment by yarikop...@gmail.com
on 9 Apr 2012 at 7:55
The use of multithreading has been disable on the Sparc machines. One should
still try to fix this in the future, so leaving this open.
Original comment by fal...@gmail.com
on 26 Apr 2013 at 11:44
BTW, the multithreading disabling for Sparc happened in rev 9898bc327cba.
Original comment by fal...@gmail.com
on 26 Apr 2013 at 11:45
Original issue reported on code.google.com by
yarikop...@gmail.com
on 9 Apr 2012 at 6:34